This commit is contained in:
2020-08-12 19:29:25 +00:00
parent 52fc7034d9
commit 10d02e945c
3 changed files with 196 additions and 4 deletions

View File

@@ -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",