Add section to set the primary backup target for updates

This commit is contained in:
Johannes Zellner
2025-08-06 20:08:53 +02:00
parent 2a3ab0ecb2
commit ee179a0bd8
3 changed files with 48 additions and 6 deletions
+2 -2
View File
@@ -322,11 +322,11 @@ onMounted(async () => {
<p v-html="$t('settings.updates.description')"></p>
<SettingsItem>
<FormGroup>
<div>
<label>{{ $t('settings.updates.schedule') }}</label>
<span v-if="currentPattern !== 'never'">{{ prettyAutoUpdateSchedule(currentPattern) || '-' }}</span>
<span v-else>{{ $t('settings.updates.disabled') }}</span>
</FormGroup>
</div>
<div style="display: flex; align-items: center">
<Button tool plain @click="onShowConfigure()">{{ $t('main.dialog.edit') }}</Button>
</div>