mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
view data tab
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as TableDataTab from './TableDataTab.svelte';
|
||||
// import ViewDataTab from './ViewDataTab';
|
||||
import * as ViewDataTab from './ViewDataTab.svelte';
|
||||
// import TableStructureTab from './TableStructureTab';
|
||||
import * as QueryTab from './QueryTab.svelte';
|
||||
import * as ShellTab from './ShellTab.svelte';
|
||||
@@ -16,7 +16,7 @@ import * as MarkdownEditorTab from './MarkdownEditorTab.svelte';
|
||||
|
||||
export default {
|
||||
TableDataTab,
|
||||
// ViewDataTab,
|
||||
ViewDataTab,
|
||||
// TableStructureTab,
|
||||
QueryTab,
|
||||
// InfoPageTab,
|
||||
|
||||
Reference in New Issue
Block a user