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.js37
1 files changed, 16 insertions, 21 deletions
diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js
index 935bd7e7..b89f361c 100644
--- a/src/components/AppNavigation/AppNavigationMixin.js
+++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -12,7 +12,7 @@ const AppNavigationMixin = {
iconLogs: IconTextLinkAnalysis,
iconHealth: IconDataCheck,
iconControl: IconSettingsAdjust,
- iconConfiguration: IconSettings,
+ iconSettings: IconSettings,
iconAccessControl: IconPassword,
iconExpand: IconChevronUp,
},
@@ -85,11 +85,6 @@ const AppNavigationMixin = {
route: '/operations/manage-power-usage',
},
{
- id: 'power-restore-policy',
- label: this.$t('appNavigation.powerRestorePolicy'),
- route: '/operations/power-restore-policy',
- },
- {
id: 'reboot-bmc',
label: this.$t('appNavigation.rebootBmc'),
route: '/operations/reboot-bmc',
@@ -112,29 +107,29 @@ const AppNavigationMixin = {
],
},
{
- id: 'configuration',
- label: this.$t('appNavigation.configuration'),
- icon: 'iconConfiguration',
+ id: 'settings',
+ label: this.$t('appNavigation.settings'),
+ icon: 'iconSettings',
children: [
{
- id: 'date-time-settings',
- label: this.$t('appNavigation.dateTimeSettings'),
- route: '/configuration/date-time-settings',
+ id: 'date-time',
+ label: this.$t('appNavigation.dateTime'),
+ route: '/settings/date-time',
},
{
- id: 'network-settings',
- label: this.$t('appNavigation.networkSettings'),
- route: '/configuration/network-settings',
+ id: 'network',
+ label: this.$t('appNavigation.network'),
+ route: '/settings/network',
},
{
- id: 'security-settings',
- label: this.$t('appNavigation.securitySettings'),
- route: '/configuration/security-settings',
+ id: 'power-restore-policy',
+ label: this.$t('appNavigation.powerRestorePolicy'),
+ route: '/settings/power-restore-policy',
},
{
- id: 'snmp-settings',
- label: this.$t('appNavigation.snmpSettings'),
- route: '/snmp-settings',
+ id: 'security-settings',
+ label: this.$t('appNavigation.securitySettings'),
+ route: '/settings/security-settings',
},
],
},