Move location summary of backup site to top level
This commit is contained in:
@@ -330,7 +330,7 @@ defineExpose({
|
||||
</datalist>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup v-if="format === 'rsync' && provider !== 'noop'">
|
||||
<FormGroup v-if="format === 'rsync'">
|
||||
<label for="syncConcurrencyInput">{{ $t('backups.configureBackupStorage.uploadConcurrency') }}: <b>{{ limits.syncConcurrency }}</b></label>
|
||||
<div class="small">{{ $t('backups.configureBackupStorage.uploadConcurrencyDescription') }}</div>
|
||||
<input type="range" id="syncConcurrencyInput" v-model="limits.syncConcurrency" step="10" min="10" max="200" />
|
||||
@@ -351,7 +351,7 @@ defineExpose({
|
||||
</FormGroup>
|
||||
|
||||
<div style="display: flex; justify-content: space-between; align-items: end; margin-top: 10px">
|
||||
<Checkbox v-if="provider !== 'noop'" v-model="useEncryption" label="Use backup encryption"/>
|
||||
<Checkbox v-model="useEncryption" label="Use backup encryption"/>
|
||||
|
||||
<div style="display: flex; gap: 6px; align-items: end;">
|
||||
<Button secondary v-if="!busy" :disabled="busy" @click="onCancel()">{{ $t('main.dialog.cancel') }}</Button>
|
||||
|
||||
Reference in New Issue
Block a user