backupsites: display automatic update backups flag
This commit is contained in:
@@ -323,6 +323,9 @@ onMounted(async () => {
|
||||
<div>
|
||||
<b>Content:</b> <span v-html="prettyBackupContents(site.contents)"></span>
|
||||
</div>
|
||||
<div>
|
||||
<b>{{ $t('backups.configureBackupStorage.automaticUpdates.title') }}:</b> {{ site.enableForUpdates ? $t('main.dialog.yes') : $t('main.dialog.no') }}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<b>{{ $t('backups.schedule.schedule') }}:</b> {{ prettySchedule(site.schedule) }}
|
||||
|
||||
Reference in New Issue
Block a user