From fad0a75ada3de9902be996a63395804c7732c727 Mon Sep 17 00:00:00 2001 From: Anna Tsyganova Date: Wed, 13 Jul 2022 17:51:16 +0300 Subject: Remove bms Issue: SILABMC-191 --- src/env/components/AppNavigation/sila.js | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'src/env/components') diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js index a089cf55..0390c42b 100644 --- a/src/env/components/AppNavigation/sila.js +++ b/src/env/components/AppNavigation/sila.js @@ -26,6 +26,11 @@ const AppNavigationMixin = { label: this.$t('appNavigation.overview'), icon: 'iconOverview', children: [ + { + id: 'overview', + label: this.$t('appNavigation.overview'), + route: '/', + }, { id: 'inventory', label: this.$t('appNavigation.inventory'), @@ -43,18 +48,6 @@ const AppNavigationMixin = { }, ], }, - { - id: 'bmc', - label: this.$t('appNavigation.bmc'), - icon: 'iconLogs', - children: [ - { - id: 'bmc-configuration', - label: this.$t('appNavigation.bmcTitle'), - route: '/bmc/configuration', - }, - ], - }, { id: 'logs', label: this.$t('appNavigation.logs'), -- cgit v1.2.3