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 +++++------------ src/env/router/sila.js | 9 --------- 2 files changed, 5 insertions(+), 21 deletions(-) (limited to 'src/env') 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'), diff --git a/src/env/router/sila.js b/src/env/router/sila.js index 8dc79156..a622a436 100644 --- a/src/env/router/sila.js +++ b/src/env/router/sila.js @@ -29,7 +29,6 @@ import KeyClear from '@/views/_sila/Operations/KeyClear'; import Certificates from '@/views/_sila/SecurityAndAccess/Certificates'; import VirtualMedia from '@/views/_sila/Operations/VirtualMedia'; import Power from '@/views/_sila/ResourceManagement/Power'; -import Configuration from '@/views/_sila/BMC/Configuration'; import i18n from '@/i18n'; const routes = [ @@ -128,14 +127,6 @@ const routes = [ title: i18n.t('appPageTitle.profileSettings'), }, }, - { - path: '/bmc/configuration', - name: 'bmc-configuration', - component: Configuration, - meta: { - title: i18n.t('appNavigation.bmc'), - }, - }, { path: '/logs/event-logs', name: 'event-logs', -- cgit v1.2.3