summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/router/index.js b/src/router/index.js
index 30532a5f..e35e0f59 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -72,6 +72,14 @@ const routes = [
}
},
{
+ path: '/configuration/network-settings',
+ name: 'network-settings',
+ component: () => import('@/views/Configuration/NetworkSettings'),
+ meta: {
+ title: 'appPageTitle.networkSettings'
+ }
+ },
+ {
path: '/control/reboot-bmc',
name: 'reboot-bmc',
component: () => import('@/views/Control/RebootBmc'),