Add section to set the primary backup target for updates
This commit is contained in:
@@ -99,20 +99,20 @@ onMounted(async () => {
|
||||
<div class="content">
|
||||
<Section :title="$t('system.locale.title')" :padding="false">
|
||||
<SettingsItem wrap>
|
||||
<FormGroup>
|
||||
<div>
|
||||
<label>{{ $t('settings.timezone.title') }}</label>
|
||||
<div v-html="$t('settings.timezone.description', { timeZone })"></div>
|
||||
</FormGroup>
|
||||
</div>
|
||||
<div style="display: flex; gap: 6px; align-items: center;">
|
||||
<SingleSelect style="min-width: 160px" v-model="timeZone" :searchThreshold="10" :options="allTimezones" option-key="id" option-label="id" @select="onTimeZoneChange" />
|
||||
</div>
|
||||
</SettingsItem>
|
||||
|
||||
<SettingsItem wrap>
|
||||
<FormGroup>
|
||||
<div>
|
||||
<label>{{ $t('settings.language.title') }}</label>
|
||||
<div>{{ $t('settings.language.description') }}</div>
|
||||
</FormGroup>
|
||||
</div>
|
||||
<div style="display: flex; gap: 6px; align-items: center;">
|
||||
<SingleSelect v-model="language" :options="allLanguages" option-key="id" option-label="display" @select="onLanguageChange" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user