added import/export tab (not used)

This commit is contained in:
Jan Prochazka
2023-02-25 18:24:00 +01:00
parent 2d74b831c5
commit c817bf5911
4 changed files with 217 additions and 0 deletions

View File

@@ -702,6 +702,22 @@
},
{
onClick: () => {
// openNewTab(
// {
// tabComponent: 'ImportExportTab',
// title: 'Import/Export',
// icon: 'img export',
// },
// {
// editor: {
// sourceStorageType: 'database',
// sourceConnectionId: data.conid,
// sourceDatabaseName: data.database,
// sourceSchemaName: data.schemaName,
// sourceList: [data.pureName],
// },
// }
// );
showModal(ImportExportModal, {
initialValues: {
sourceStorageType: 'database',