diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3f062715..540c788e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/views/ops-server-state.vue b/ayanova/src/views/ops-server-state.vue index deff2f45..384243f5 100644 --- a/ayanova/src/views/ops-server-state.vue +++ b/ayanova/src/views/ops-server-state.vue @@ -11,6 +11,7 @@ :mandatory="true" :readonly="formState.readOnly" :disabled="formState.readOnly" + @change="fieldValueChanged('serverState')" >