This commit is contained in:
2020-06-01 17:46:53 +00:00
parent 430efb7102
commit 84ec09a2b2
6 changed files with 33 additions and 12 deletions

View File

@@ -373,6 +373,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "ops" */ "./views/ops-metrics.vue")
},
{
path: "/ops-profile",
name: "ops-profile",
component: () =>
import(/* webpackChunkName: "ops" */ "./views/ops-profile.vue")
},
{
path: "/ops-notification-settings",