This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user