This commit is contained in:
2020-07-29 19:19:18 +00:00
parent d8e4a45e8a
commit 18c1a98cbb
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ ____________
##########################
todo: server state form is not getting dirtied when setting radio button, only on text (try going to closed then open and not change text on open)
todo: ops backup file list not in order by date, seems to be random or something, I want newest at top oldest at bottom
todo: any use of simple-table sb turned into data-table see how it's done in ops-notify-queue, pretty straightforward and you get responsiveness and sorting built in
todo: go over server logging and rethink it a bit, levels maybe need adjusting, more debug and less trace

View File

@@ -11,6 +11,7 @@
:mandatory="true"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
@change="fieldValueChanged('serverState')"
>
<v-radio :label="$ay.t('ServerStateOpen')" value="Open"></v-radio>
<v-radio