summaryrefslogtreecommitdiff
path: root/src/env/components/AppNavigation/ibm.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/components/AppNavigation/ibm.js')
-rw-r--r--src/env/components/AppNavigation/ibm.js31
1 files changed, 13 insertions, 18 deletions
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',
},
],
},
@@ -117,11 +117,6 @@ const AppNavigationMixin = {
route: '/configuration/date-time-settings',
},
{
- id: 'firmware',
- label: this.$t('appNavigation.firmware'),
- route: '/configuration/firmware',
- },
- {
id: 'network-settings',
label: this.$t('appNavigation.networkSettings'),
route: '/configuration/network-settings',