summaryrefslogtreecommitdiff
path: root/src/env/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/router')
-rw-r--r--src/env/router/ibm.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/env/router/ibm.js b/src/env/router/ibm.js
index e0586e82..91b70a70 100644
--- a/src/env/router/ibm.js
+++ b/src/env/router/ibm.js
@@ -15,6 +15,7 @@ import ManagePowerUsage from '@/views/Control/ManagePowerUsage';
import NetworkSettings from '@/views/Configuration/NetworkSettings';
import Overview from '@/views/Overview';
import PageNotFound from '@/views/PageNotFound';
+import PostCodeLogs from '@/views/Health/PostCodeLogs';
import PowerRestorePolicy from '@/views/Control/PowerRestorePolicy';
import ProfileSettings from '@/views/ProfileSettings';
import RebootBmc from '@/views/Control/RebootBmc';
@@ -119,6 +120,14 @@ const routes = [
},
},
{
+ path: '/health/post-code-logs',
+ name: 'post-code-logs',
+ component: PostCodeLogs,
+ meta: {
+ title: i18n.t('appPageTitle.postCodeLogs'),
+ },
+ },
+ {
path: '/health/sensors',
name: 'sensors',
component: Sensors,