mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 00:26:43 +00:00
test(cypress): rest & graphql
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
mini-variant-width="50"
|
||||
:mini-variant.sync="mini"
|
||||
mini
|
||||
class="pl-2"
|
||||
class="pl-2 nc-nav-drawer"
|
||||
style="min-width: 100%; height: 100%"
|
||||
>
|
||||
<div class="h-100 d-flex flex-column">
|
||||
@@ -45,7 +45,7 @@
|
||||
<v-treeview
|
||||
v-else-if="isTreeView"
|
||||
v-model="tree"
|
||||
class="mt-5 project-tree"
|
||||
class="mt-5 project-tree nc-project-tree"
|
||||
dense
|
||||
:open.sync="open"
|
||||
:active.sync="active"
|
||||
@@ -109,7 +109,7 @@
|
||||
</template>
|
||||
</v-treeview>
|
||||
<v-container v-else fluid class="px-1">
|
||||
<v-list dense expand>
|
||||
<v-list dense expand class="nc-project-tree nc-single-env-project-tree">
|
||||
<template v-for="item in listViewArr">
|
||||
<!-- v-if="item.children && item.children.length"-->
|
||||
<v-list-group
|
||||
|
||||
Reference in New Issue
Block a user