Add section to set the primary backup target for updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user