diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index a03c563e..5f5742a4 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -506,7 +506,7 @@ export default function initialize() { //NOTIFICATION CONFIG AND HISTORY sub.push({ - title: window.$gz.locale.get("NOTIFY CONFIG"), + title: window.$gz.locale.get("NOTIFY SETTINGS"), icon: "bullhorn", route: "/notifysettings", key: key++ diff --git a/ayanova/src/router.js b/ayanova/src/router.js index 1510907d..a53509bd 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -300,16 +300,69 @@ export default new Router({ import(/* webpackChunkName: "administration" */ "./views/reports.vue") } - - - + , + { + path: "/files", + name: "files", + component: () => + import(/* webpackChunkName: "administration" */ "./views/files.vue") + } + , + { + path: "/history", + name: "history", + component: () => + import(/* webpackChunkName: "administration" */ "./views/files.vue") + } + , + { + path: "/kpi", + name: "kpi", + component: () => + import(/* webpackChunkName: "administration" */ "./views/kpi.vue") + } + , + { + path: "/archives", + name: "archives", + component: () => + import(/* webpackChunkName: "operations" */ "./views/archives.vue") + } + , + { + path: "/jobs", + name: "jobs", + component: () => + import(/* webpackChunkName: "operations" */ "./views/jobs.vue") + } + , + { + path: "/serverlogs", + name: "serverlogs", + component: () => + import(/* webpackChunkName: "operations" */ "./views/server-logs.vue") + } + , + { + path: "/metrics", + name: "metrics", + component: () => + import(/* webpackChunkName: "operations" */ "./views/metrics.vue") + } + , + { + path: "/notifysettings", + name: "notifysettings", + component: () => + import(/* webpackChunkName: "operations" */ "./views/notify-settings.vue") + } diff --git a/ayanova/src/views/archives.vue b/ayanova/src/views/archives.vue new file mode 100644 index 00000000..e9e6d3ec --- /dev/null +++ b/ayanova/src/views/archives.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/files.vue b/ayanova/src/views/files.vue new file mode 100644 index 00000000..78025d6b --- /dev/null +++ b/ayanova/src/views/files.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/history.vue b/ayanova/src/views/history.vue new file mode 100644 index 00000000..c7c4cbae --- /dev/null +++ b/ayanova/src/views/history.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/jobs.vue b/ayanova/src/views/jobs.vue new file mode 100644 index 00000000..715896ad --- /dev/null +++ b/ayanova/src/views/jobs.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/kpi.vue b/ayanova/src/views/kpi.vue new file mode 100644 index 00000000..1232c160 --- /dev/null +++ b/ayanova/src/views/kpi.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/metrics.vue b/ayanova/src/views/metrics.vue new file mode 100644 index 00000000..238a8e4e --- /dev/null +++ b/ayanova/src/views/metrics.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/notify-settings.vue b/ayanova/src/views/notify-settings.vue new file mode 100644 index 00000000..97f992ca --- /dev/null +++ b/ayanova/src/views/notify-settings.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/server-logs.vue b/ayanova/src/views/server-logs.vue new file mode 100644 index 00000000..8852b992 --- /dev/null +++ b/ayanova/src/views/server-logs.vue @@ -0,0 +1,21 @@ + + +