summaryrefslogtreecommitdiff
path: root/src/env/components/AppNavigation/ibm.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/components/AppNavigation/ibm.js')
-rw-r--r--src/env/components/AppNavigation/ibm.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/env/components/AppNavigation/ibm.js b/src/env/components/AppNavigation/ibm.js
index 8792ccc8..0128d749 100644
--- a/src/env/components/AppNavigation/ibm.js
+++ b/src/env/components/AppNavigation/ibm.js
@@ -40,27 +40,27 @@ const AppNavigationMixin = {
label: this.$t('appNavigation.eventLogs'),
route: '/logs/event-logs',
},
+ {
+ id: 'post-code-logs',
+ label: this.$t('appNavigation.postCodeLogs'),
+ route: '/logs/post-code-logs',
+ },
],
},
{
- id: 'health',
- label: this.$t('appNavigation.health'),
+ id: 'hardware-status',
+ label: this.$t('appNavigation.hardwareStatus'),
icon: 'iconHealth',
children: [
{
- id: 'hardware-status',
- label: this.$t('appNavigation.hardwareStatus'),
- route: '/health/hardware-status',
- },
- {
- id: 'post-code-logs',
- label: this.$t('appNavigation.postCodeLogs'),
- route: '/health/post-code-logs',
+ id: 'inventory',
+ label: this.$t('appNavigation.inventory'),
+ route: '/hardware-status/inventory',
},
{
id: 'sensors',
label: this.$t('appNavigation.sensors'),
- route: '/health/sensors',
+ route: '/hardware-status/sensors',
},
],
},