This commit is contained in:
@@ -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: 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: 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
|
todo: go over server logging and rethink it a bit, levels maybe need adjusting, more debug and less trace
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
:mandatory="true"
|
:mandatory="true"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
|
@change="fieldValueChanged('serverState')"
|
||||||
>
|
>
|
||||||
<v-radio :label="$ay.t('ServerStateOpen')" value="Open"></v-radio>
|
<v-radio :label="$ay.t('ServerStateOpen')" value="Open"></v-radio>
|
||||||
<v-radio
|
<v-radio
|
||||||
|
|||||||
Reference in New Issue
Block a user