Fixup backup site config dialog to handle S3

This commit is contained in:
Johannes Zellner
2025-10-09 11:58:16 +02:00
parent b0026eafb5
commit dfe5b6b1f2
4 changed files with 104 additions and 48 deletions
@@ -113,6 +113,8 @@ defineExpose({
<fieldset :disabled="busy">
<input style="display: none;" type="submit"/>
<div class="error-label" v-if="formError.generic">{{ formError.generic }}</div>
<FormGroup>
<label>{{ $t('backups.configureBackupStorage.backupContents.title') }}</label>
<div>{{ $t('backups.configureBackupStorage.backupContents.description') }}</div>