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 eace2bb6..f3b8d8a3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -90,6 +90,14 @@ const routes = [
}
},
{
+ path: '/configuration/firmware',
+ name: 'firmware',
+ component: () => import('@/views/Configuration/Firmware'),
+ meta: {
+ title: 'appPageTitle.firmware'
+ }
+ },
+ {
path: '/control/kvm',
name: 'kvm',
component: () => import('@/views/Control/Kvm'),