This commit is contained in:
Jan Prochazka
2021-11-11 17:41:26 +01:00
parent bde2cdb09f
commit ec5b887e78
3 changed files with 7 additions and 1 deletions

View File

@@ -329,6 +329,7 @@
templateProps={{ noMargin: true }}
isNative
allowChooseModel
notSelected
/>
</div>
<div class="col-3">
@@ -339,6 +340,7 @@
templateProps={{ noMargin: true }}
isNative
options={($archiveFolders || []).map(x => ({ label: x.name, value: `archive:${x.name}` }))}
notSelected
/>
{:else}
<FormDatabaseSelect
@@ -347,6 +349,7 @@
label="Source database"
templateProps={{ noMargin: true }}
isNative
notSelected
/>
{/if}
</div>
@@ -364,6 +367,7 @@
label="Target server"
templateProps={{ noMargin: true }}
isNative
notSelected
/>
</div>
<div class="col-3">
@@ -373,6 +377,7 @@
label="Target database"
templateProps={{ noMargin: true }}
isNative
notSelected
/>
</div>
</div>