mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
perspectives support views
This commit is contained in:
@@ -142,6 +142,12 @@
|
||||
tab: 'TableStructureTab',
|
||||
icon: 'img view-structure',
|
||||
},
|
||||
{
|
||||
label: 'Open perspective',
|
||||
tab: 'PerspectiveTab',
|
||||
forceNewTab: true,
|
||||
icon: 'img perspective',
|
||||
},
|
||||
{
|
||||
label: 'Drop view',
|
||||
isDrop: true,
|
||||
@@ -193,12 +199,6 @@
|
||||
dropViews: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Create perspective',
|
||||
tab: 'PerspectiveTab',
|
||||
forceNewTab: true,
|
||||
icon: 'img perspective',
|
||||
},
|
||||
],
|
||||
matviews: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user