Move backup provider change warning into the backup configure dialog

This commit is contained in:
Johannes Zellner
2025-05-05 17:52:43 +02:00
parent 0a74546a98
commit cbdea7965d
2 changed files with 3 additions and 1 deletions
@@ -117,7 +117,6 @@ onMounted(async () => {
<FormGroup>
<label for="providerInput">{{ $t('backups.configureBackupStorage.provider') }} <sup><a href="https://docs.cloudron.io/backups/#storage-providers" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<!-- TODO <div class="warning-label" v-show="config.provider !== provider">Backups in the old storage location have to be removed manually.</div> -->
<SingleSelect id="providerInput" v-model="provider" :options="storageProviders" option-key="value" option-label="name" />
</FormGroup>