mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
new perspective command
This commit is contained in:
@@ -40,3 +40,7 @@ export function newQueryDesign() {
|
||||
export function newDiagram() {
|
||||
return newQuery({ tabComponent: 'DiagramTab', icon: 'img diagram', title: 'Diagram #' });
|
||||
}
|
||||
|
||||
export function newPerspective() {
|
||||
return newQuery({ tabComponent: 'PerspectiveTab', icon: 'img perspective', title: 'Perspective #' });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user