From ac2e648139a370f1c5b418cfb1694b348f992f8e Mon Sep 17 00:00:00 2001 From: Anna Tsyganova Date: Wed, 13 Jul 2022 12:12:58 +0300 Subject: Add pages bms Issue: SILABMC-191 --- src/env/components/AppNavigation/sila.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/env/components') diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js index 72008186..a089cf55 100644 --- a/src/env/components/AppNavigation/sila.js +++ b/src/env/components/AppNavigation/sila.js @@ -43,6 +43,18 @@ 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