save import/export jobs

This commit is contained in:
SPRINX0\prochazka
2024-09-17 15:47:40 +02:00
parent 3357295d98
commit a0527d78e9
3 changed files with 38 additions and 19 deletions

View File

@@ -65,6 +65,14 @@
currentConnection: true,
};
const jobs: FileTypeHandler = {
icon: 'img export',
format: 'json',
tabComponent: 'ImportExportTab',
folder: 'jobs',
currentConnection: false,
};
const perspectives: FileTypeHandler = {
icon: 'img perspective',
format: 'json',
@@ -82,6 +90,7 @@
sqlite,
diagrams,
perspectives,
jobs,
};
export const extractKey = data => data.file;