diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 273bba18..eef68383 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -14,10 +14,7 @@ todo: add shutdown server Client UI for new route in serverstate todo: Not licensed Client license page should start with trial evaluation expanded automatically todo: contact link on server api host page should include dbid in link -todo: Server page error when no license should guide to starting trial - "E1020 - License key not found in database, running in unlicensed mode Only *the* SuperUser account can login to make changes" - Maybe a link to the docs directly on evaluation start - Or just say "Login as SuperUser to start evaluation / install license" + todo: NEW FRESH BUILD BEFORE PROCEEDING diff --git a/ayanova/src/router.js b/ayanova/src/router.js index 28ba8955..7f7e4411 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -411,6 +411,14 @@ export default new Router({ component: () => import(/* webpackChunkName: "ops" */ "./views/ops-log.vue") }, + { + path: "/ops-view-configuration", + name: "ops-view-configuration", + component: () => + import( + /* webpackChunkName: "ops" */ "./views/ops-view-configuration.vue" + ) + }, { path: "/ops-metrics", diff --git a/ayanova/src/views/ops-view-configuration.vue b/ayanova/src/views/ops-view-configuration.vue new file mode 100644 index 00000000..7ff5ea16 --- /dev/null +++ b/ayanova/src/views/ops-view-configuration.vue @@ -0,0 +1,187 @@ + + +