From 10d02e945c3a3449981d18e1fe82865ae6677ac6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 12 Aug 2020 19:29:25 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +- ayanova/src/router.js | 8 + ayanova/src/views/ops-view-configuration.vue | 187 +++++++++++++++++++ 3 files changed, 196 insertions(+), 4 deletions(-) create mode 100644 ayanova/src/views/ops-view-configuration.vue 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 @@ + + +