mdoel transform

This commit is contained in:
SPRINX0\prochazka
2024-11-01 15:58:52 +01:00
parent 1f9f997748
commit 4927c13e55
5 changed files with 75 additions and 3 deletions

View File

@@ -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;