mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
added import/export tab (not used)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user