From 68cbbe9014cbdcf7229a878f564d38f6d6199f25 Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Wed, 14 Jul 2021 16:02:22 +0530 Subject: IA update: Update control section to operations This is the third update to the information architecture changes and has the following changes: - The control section has been updated to operations - The server led page has been removed - The firmware page is moved to operations section Signed-off-by: Sandeepa Singh Change-Id: I2e23da447890d7bee51892e1f782d5f2db6dded4 --- src/env/components/AppNavigation/ibm.js | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'src/env/components/AppNavigation/ibm.js') diff --git a/src/env/components/AppNavigation/ibm.js b/src/env/components/AppNavigation/ibm.js index 0128d749..fa3891ea 100644 --- a/src/env/components/AppNavigation/ibm.js +++ b/src/env/components/AppNavigation/ibm.js @@ -65,44 +65,44 @@ const AppNavigationMixin = { ], }, { - id: 'control', - label: this.$t('appNavigation.control'), + id: 'operations', + label: this.$t('appNavigation.operations'), icon: 'iconControl', children: [ { id: 'factory-reset', label: this.$t('appNavigation.factoryReset'), - route: '/control/factory-reset', + route: '/operations/factory-reset', + }, + { + id: 'firmware', + label: this.$t('appNavigation.firmware'), + route: '/operations/firmware', }, { id: 'manage-power-usage', label: this.$t('appNavigation.managePowerUsage'), - route: '/control/manage-power-usage', + route: '/operations/manage-power-usage', }, { id: 'power-restore-policy', label: this.$t('appNavigation.powerRestorePolicy'), - route: '/control/power-restore-policy', + route: '/operations/power-restore-policy', }, { id: 'reboot-bmc', label: this.$t('appNavigation.rebootBmc'), - route: '/control/reboot-bmc', + route: '/operations/reboot-bmc', }, { id: 'serial-over-lan', label: this.$t('appNavigation.serialOverLan'), - route: '/control/serial-over-lan', - }, - { - id: 'server-led', - label: this.$t('appNavigation.serverLed'), - route: '/control/server-led', + route: '/operations/serial-over-lan', }, { id: 'server-power-operations', label: this.$t('appNavigation.serverPowerOperations'), - route: '/control/server-power-operations', + route: '/operations/server-power-operations', }, ], }, @@ -116,11 +116,6 @@ const AppNavigationMixin = { label: this.$t('appNavigation.dateTimeSettings'), route: '/configuration/date-time-settings', }, - { - id: 'firmware', - label: this.$t('appNavigation.firmware'), - route: '/configuration/firmware', - }, { id: 'network-settings', label: this.$t('appNavigation.networkSettings'), -- cgit v1.2.3