mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 12:56:00 +00:00
ui fixes
This commit is contained in:
@@ -161,7 +161,7 @@ registerCommand({
|
|||||||
registerCommand({
|
registerCommand({
|
||||||
id: 'new.modelCompare',
|
id: 'new.modelCompare',
|
||||||
category: 'New',
|
category: 'New',
|
||||||
icon: 'img compare',
|
icon: 'icon compare',
|
||||||
name: 'Compare DB',
|
name: 'Compare DB',
|
||||||
toolbar: true,
|
toolbar: true,
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
|
|||||||
@@ -80,6 +80,7 @@
|
|||||||
'icon report': 'mdi mdi-file-chart',
|
'icon report': 'mdi mdi-file-chart',
|
||||||
'icon swap': 'mdi mdi-swap-horizontal-bold',
|
'icon swap': 'mdi mdi-swap-horizontal-bold',
|
||||||
'icon deploy': 'mdi mdi-content-save-move',
|
'icon deploy': 'mdi mdi-content-save-move',
|
||||||
|
'icon compare': 'mdi mdi-compare',
|
||||||
|
|
||||||
'img ok': 'mdi mdi-check-circle color-icon-green',
|
'img ok': 'mdi mdi-check-circle color-icon-green',
|
||||||
'img ok-inv': 'mdi mdi-check-circle color-icon-inv-green',
|
'img ok-inv': 'mdi mdi-check-circle color-icon-inv-green',
|
||||||
|
|||||||
@@ -329,6 +329,7 @@
|
|||||||
templateProps={{ noMargin: true }}
|
templateProps={{ noMargin: true }}
|
||||||
isNative
|
isNative
|
||||||
allowChooseModel
|
allowChooseModel
|
||||||
|
notSelected
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
@@ -339,6 +340,7 @@
|
|||||||
templateProps={{ noMargin: true }}
|
templateProps={{ noMargin: true }}
|
||||||
isNative
|
isNative
|
||||||
options={($archiveFolders || []).map(x => ({ label: x.name, value: `archive:${x.name}` }))}
|
options={($archiveFolders || []).map(x => ({ label: x.name, value: `archive:${x.name}` }))}
|
||||||
|
notSelected
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
<FormDatabaseSelect
|
<FormDatabaseSelect
|
||||||
@@ -347,6 +349,7 @@
|
|||||||
label="Source database"
|
label="Source database"
|
||||||
templateProps={{ noMargin: true }}
|
templateProps={{ noMargin: true }}
|
||||||
isNative
|
isNative
|
||||||
|
notSelected
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
@@ -364,6 +367,7 @@
|
|||||||
label="Target server"
|
label="Target server"
|
||||||
templateProps={{ noMargin: true }}
|
templateProps={{ noMargin: true }}
|
||||||
isNative
|
isNative
|
||||||
|
notSelected
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
@@ -373,6 +377,7 @@
|
|||||||
label="Target database"
|
label="Target database"
|
||||||
templateProps={{ noMargin: true }}
|
templateProps={{ noMargin: true }}
|
||||||
isNative
|
isNative
|
||||||
|
notSelected
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user