This commit is contained in:
2020-07-03 17:31:46 +00:00
parent 0576414cd9
commit 3fcf6883b9
2 changed files with 12 additions and 4 deletions

View File

@@ -4,10 +4,7 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
=-=-=-=-
todo: dark mode / nav append slot logout notify??
move out of user settings into bottom of nav panel maybe like the vuetify website shows
dark mode primary too bright?
todo: Backup, probably need to add option "Do not backup automatically"
or something to that effect for scenarios where the built in backup won't be used / won't work
rather than a boot environment option I'm thinking a configuration in backupsettings option so it's visible in UI

View File

@@ -6,6 +6,17 @@
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<span class="title">{{ $ay.t("BackupSettings") }}</span>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
v-model="obj.active"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
:label="$ay.t('Active')"
ref="active"
:error-messages="form().serverErrors(this, 'active')"
@change="fieldValueChanged('active')"
></v-checkbox>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-time-picker