mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 01:33:59 +00:00
fix
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
registerCommand({
|
registerCommand({
|
||||||
id: 'dataDuplicator.run',
|
id: 'dataDuplicator.run',
|
||||||
category: 'Data duplicator',
|
category: 'Data duplicator',
|
||||||
name: 'Run',
|
name: 'Import into DB',
|
||||||
toolbar: true,
|
toolbar: true,
|
||||||
isRelatedToTab: true,
|
isRelatedToTab: true,
|
||||||
icon: 'icon run',
|
icon: 'icon run',
|
||||||
@@ -14,8 +14,6 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import ro from 'date-fns/locale/ro';
|
|
||||||
|
|
||||||
import { ScriptWriter, ScriptWriterJson } from 'dbgate-tools';
|
import { ScriptWriter, ScriptWriterJson } from 'dbgate-tools';
|
||||||
|
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
@@ -63,6 +61,7 @@
|
|||||||
$: {
|
$: {
|
||||||
busy;
|
busy;
|
||||||
runnerId;
|
runnerId;
|
||||||
|
tableRows;
|
||||||
invalidateCommands();
|
invalidateCommands();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -134,7 +133,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// $: console.log('$archiveFiles', $archiveFiles);
|
// $: console.log('$archiveFiles', $archiveFiles);
|
||||||
$: console.log('$editorState', $editorState.value);
|
// $: console.log('$editorState', $editorState.value);
|
||||||
|
|
||||||
$: tableRows = pairedNames.map(name => {
|
$: tableRows = pairedNames.map(name => {
|
||||||
const item = $editorState?.value?.tables?.[name];
|
const item = $editorState?.value?.tables?.[name];
|
||||||
@@ -152,7 +151,7 @@
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
$: console.log('$archiveFolders', $archiveFolders);
|
// $: console.log('$archiveFolders', $archiveFolders);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ToolStripContainer>
|
<ToolStripContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user