Make backup site name input id more unique
This commit is contained in:
@@ -133,8 +133,8 @@ defineExpose({
|
||||
<input style="display: none;" type="submit"/>
|
||||
|
||||
<FormGroup>
|
||||
<label for="nameInput">{{ $t('backups.configureBackupStorage.name') }}</label>
|
||||
<TextInput id="nameInput" v-model="name" required/>
|
||||
<label for="backupSiteNameInput">{{ $t('backups.configureBackupStorage.name') }}</label>
|
||||
<TextInput id="backupSiteNameInput" v-model="name" required/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
|
||||
Reference in New Issue
Block a user