Make backup site name input id more unique

This commit is contained in:
Johannes Zellner
2025-09-24 16:52:51 +02:00
parent 1ebd4dbda6
commit 8020bbd806

View File

@@ -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>