diff --git a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue index bc2c18e4fc..5ca70d8f5b 100644 --- a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue @@ -657,7 +657,7 @@ const projectDelete = () => { class="source-context flex items-center gap-2 text-gray-800 nc-sidebar-node-title" @contextmenu="setMenuContext('source', source)" > - + {{ $t('general.default') }}
{ class="source-context flex flex-grow items-center gap-1.75 text-gray-800 min-w-1/20 max-w-full" @contextmenu="setMenuContext('source', source)" > - +
{{ $t('general.visibility') }}
{{ $t('general.name') }}
{{ $t('general.type') }}
-
{{ $t('labels.actions') }}
+
{{ $t('labels.actions') }}
@@ -351,58 +351,82 @@ const isEditBaseModalOpen = computed({
- -
- + + + +
+ +
+
+
+ + + +
+ +
+
+
+ + + +
+ +
+
+
+ + + +
+ +
+
+
- - +
@@ -419,12 +443,12 @@ const isEditBaseModalOpen = computed({ -
+
-
-
+ {{ source.is_meta || source.is_local ? $t('general.base') : source.alias }} -
+
@@ -437,56 +461,86 @@ const isEditBaseModalOpen = computed({
- -
- + + + +
+ +
+
+
+ + + +
+ +
+
+
+ + + +
+ +
+
+
- - - - - - + + + + + + + + + + + +
@@ -550,7 +604,7 @@ const isEditBaseModalOpen = computed({