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/components/_sila/Global/Popover.vue | 287 -------------------- src/components/_sila/Global/PopoverInfo.vue | 40 --- src/env/components/AppNavigation/sila.js | 17 +- src/env/router/sila.js | 9 - .../_sila/BMC/Configuration/Configuration.vue | 40 --- .../BMC/Configuration/ConfigurationControl.vue | 74 ------ .../_sila/BMC/Configuration/ConfigurationTable.vue | 96 ------- .../BMC/Configuration/SettingsImportPopup.vue | 291 --------------------- src/views/_sila/BMC/Configuration/index.js | 2 - 9 files changed, 5 insertions(+), 851 deletions(-) delete mode 100644 src/components/_sila/Global/Popover.vue delete mode 100644 src/components/_sila/Global/PopoverInfo.vue delete mode 100644 src/views/_sila/BMC/Configuration/Configuration.vue delete mode 100644 src/views/_sila/BMC/Configuration/ConfigurationControl.vue delete mode 100644 src/views/_sila/BMC/Configuration/ConfigurationTable.vue delete mode 100644 src/views/_sila/BMC/Configuration/SettingsImportPopup.vue delete mode 100644 src/views/_sila/BMC/Configuration/index.js diff --git a/src/components/_sila/Global/Popover.vue b/src/components/_sila/Global/Popover.vue deleted file mode 100644 index 95e9fb24..00000000 --- a/src/components/_sila/Global/Popover.vue +++ /dev/null @@ -1,287 +0,0 @@ - - - - diff --git a/src/components/_sila/Global/PopoverInfo.vue b/src/components/_sila/Global/PopoverInfo.vue deleted file mode 100644 index 4b1b0b0d..00000000 --- a/src/components/_sila/Global/PopoverInfo.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - - 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', diff --git a/src/views/_sila/BMC/Configuration/Configuration.vue b/src/views/_sila/BMC/Configuration/Configuration.vue deleted file mode 100644 index f69f0d66..00000000 --- a/src/views/_sila/BMC/Configuration/Configuration.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - diff --git a/src/views/_sila/BMC/Configuration/ConfigurationControl.vue b/src/views/_sila/BMC/Configuration/ConfigurationControl.vue deleted file mode 100644 index d0b38397..00000000 --- a/src/views/_sila/BMC/Configuration/ConfigurationControl.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/src/views/_sila/BMC/Configuration/ConfigurationTable.vue b/src/views/_sila/BMC/Configuration/ConfigurationTable.vue deleted file mode 100644 index 395e3d80..00000000 --- a/src/views/_sila/BMC/Configuration/ConfigurationTable.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - diff --git a/src/views/_sila/BMC/Configuration/SettingsImportPopup.vue b/src/views/_sila/BMC/Configuration/SettingsImportPopup.vue deleted file mode 100644 index d0524e27..00000000 --- a/src/views/_sila/BMC/Configuration/SettingsImportPopup.vue +++ /dev/null @@ -1,291 +0,0 @@ - - - - - diff --git a/src/views/_sila/BMC/Configuration/index.js b/src/views/_sila/BMC/Configuration/index.js deleted file mode 100644 index a5ed7e7e..00000000 --- a/src/views/_sila/BMC/Configuration/index.js +++ /dev/null @@ -1,2 +0,0 @@ -import Configuration from './Configuration.vue'; -export default Configuration; -- cgit v1.2.3