mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
mdoel transform
This commit is contained in:
@@ -81,6 +81,14 @@
|
||||
currentConnection: true,
|
||||
};
|
||||
|
||||
const modtrans: FileTypeHandler = {
|
||||
icon: 'img transform',
|
||||
format: 'text',
|
||||
tabComponent: 'ModelTransformTab',
|
||||
folder: 'modtrans',
|
||||
currentConnection: false,
|
||||
};
|
||||
|
||||
export const SAVED_FILE_HANDLERS = {
|
||||
sql,
|
||||
shell,
|
||||
@@ -91,6 +99,7 @@
|
||||
diagrams,
|
||||
perspectives,
|
||||
jobs,
|
||||
modtrans,
|
||||
};
|
||||
|
||||
export const extractKey = data => data.file;
|
||||
|
||||
Reference in New Issue
Block a user