table&database ctx menu improvement

This commit is contained in:
Jan Prochazka
2022-10-08 08:34:31 +02:00
parent 13d4d34453
commit 23cb3a4b12
2 changed files with 44 additions and 15 deletions

View File

@@ -52,7 +52,12 @@
icon: 'img table-structure',
},
{
label: 'Open perspective',
label: 'Design query',
isQueryDesigner: true,
requiresWriteAccess: true,
},
{
label: 'Design perspective query',
tab: 'PerspectiveTab',
forceNewTab: true,
icon: 'img perspective',
@@ -80,11 +85,6 @@
isDuplicateTable: true,
requiresWriteAccess: true,
},
{
label: 'Query designer',
isQueryDesigner: true,
requiresWriteAccess: true,
},
{
label: 'Show diagram',
isDiagram: true,
@@ -155,7 +155,11 @@
icon: 'img view-structure',
},
{
label: 'Open perspective',
label: 'Design query',
isQueryDesigner: true,
},
{
label: 'Design perspective query',
tab: 'PerspectiveTab',
forceNewTab: true,
icon: 'img perspective',
@@ -164,10 +168,6 @@
label: 'Drop view',
isDrop: true,
},
{
label: 'Query designer',
isQueryDesigner: true,
},
{
divider: true,
},