mong support WIP

This commit is contained in:
Jan Prochazka
2021-04-02 18:40:07 +02:00
parent d4bd6e03c9
commit 394c6028c9
19 changed files with 347 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
const icons = {
tables: 'img table',
collections: 'img collection',
views: 'img view',
procedures: 'img procedure',
functions: 'img function',
@@ -11,6 +12,7 @@
const defaultTabs = {
tables: 'TableDataTab',
collections: 'CollectionDataTab',
views: 'ViewDataTab',
};