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 e35e0f59..f67d5ee4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -32,6 +32,14 @@ const routes = [
}
},
{
+ path: '/health/hardware-status',
+ name: 'hardware-status',
+ component: () => import('@/views/Health/HardwareStatus'),
+ meta: {
+ title: 'appPageTitle.hardwareStatus'
+ }
+ },
+ {
path: '/health/sensors',
name: 'sensors',
component: () => import('@/views/Health/Sensors'),