mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
perspective loading indicator
This commit is contained in:
@@ -44,6 +44,15 @@
|
||||
tab: 'TableStructureTab',
|
||||
icon: 'img table-structure',
|
||||
},
|
||||
{
|
||||
label: 'Open perspective',
|
||||
tab: 'PerspectiveTab',
|
||||
forceNewTab: true,
|
||||
icon: 'img perspective',
|
||||
},
|
||||
{
|
||||
divider: true,
|
||||
},
|
||||
{
|
||||
label: 'Drop table',
|
||||
isDrop: true,
|
||||
@@ -121,12 +130,6 @@
|
||||
insert: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Create perspective',
|
||||
tab: 'PerspectiveTab',
|
||||
forceNewTab: true,
|
||||
icon: 'img perspective',
|
||||
},
|
||||
],
|
||||
views: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user