This commit is contained in:
@@ -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"
|
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
|
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
|
rather than a boot environment option I'm thinking a configuration in backupsettings option so it's visible in UI
|
||||||
|
|||||||
@@ -6,6 +6,17 @@
|
|||||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<span class="title">{{ $ay.t("BackupSettings") }}</span>
|
<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>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<gz-time-picker
|
<gz-time-picker
|
||||||
|
|||||||
Reference in New Issue
Block a user