From 83d2ad4587bbf1ab415b488ac1ca5d5306361cef Mon Sep 17 00:00:00 2001 From: Anna Tsyganova Date: Tue, 28 Jun 2022 16:51:14 +0300 Subject: Visibling page hardware status in left manu --- src/components/AppNavigation/AppNavigationMixin.js | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js index c51636d5..2e2c4e71 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/AppNavigation/AppNavigationMixin.js @@ -235,18 +235,18 @@ export const AppNavigationMixin = { }, ], }, - // { - // id: 'hardware-status', - // label: this.$t('appNavigation.hardwareStatus'), - // icon: 'iconChevronUp', - // children: [ - // { - // id: 'sensors', - // label: this.$t('appNavigation.sensors'), - // route: '/hardware-status/sensors', - // }, - // ], - // }, + { + id: 'hardware-status', + label: this.$t('appNavigation.hardwareStatus'), + icon: 'iconChevronUp', + children: [ + { + id: 'sensors', + label: this.$t('appNavigation.sensors'), + route: '/hardware-status/sensors', + }, + ], + }, { id: 'operations', label: this.$t('appNavigation.operations'), -- cgit v1.2.3