add comment
This commit is contained in:
@@ -205,6 +205,7 @@ onMounted(async () => {
|
|||||||
<TextInput id="bucketInput" v-model="providerConfig.bucket" required />
|
<TextInput id="bucketInput" v-model="providerConfig.bucket" required />
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
||||||
|
<!-- when importing/restoring, the user enters a fullPath which contains the prefix -->
|
||||||
<FormGroup v-if="provider !== 'filesystem' && !importOnly">
|
<FormGroup v-if="provider !== 'filesystem' && !importOnly">
|
||||||
<label for="prefixInput">{{ $t('backups.configureBackupStorage.prefix') }}</label>
|
<label for="prefixInput">{{ $t('backups.configureBackupStorage.prefix') }}</label>
|
||||||
<TextInput id="prefixInput" v-model="providerConfig.prefix" placeholder="Prefix for backup file names" />
|
<TextInput id="prefixInput" v-model="providerConfig.prefix" placeholder="Prefix for backup file names" />
|
||||||
|
|||||||
Reference in New Issue
Block a user