summaryrefslogtreecommitdiff
path: root/src/components/AppNavigation/AppNavigationMixin.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppNavigation/AppNavigationMixin.js')
-rw-r--r--src/components/AppNavigation/AppNavigationMixin.js35
1 files changed, 15 insertions, 20 deletions
diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js
index 10ca5f83..935bd7e7 100644
--- a/src/components/AppNavigation/AppNavigationMixin.js
+++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -60,54 +60,54 @@ 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: 'kvm',
label: this.$t('appNavigation.kvm'),
- route: '/control/kvm',
+ route: '/operations/kvm',
+ },
+ {
+ 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',
},
{
id: 'virtual-media',
label: this.$t('appNavigation.virtualMedia'),
- route: '/control/virtual-media',
+ route: '/operations/virtual-media',
},
],
},
@@ -122,11 +122,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',