From f67f769f2304bca64d2b9758e22c21203960eef9 Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Mon, 19 Jul 2021 18:04:18 +0530 Subject: IA update: Update configuration to settings This is the fourth update to information architecture changes and has the following changes: - The configuration section is updated to settings - The date and time settings page is updated to date and time - The network settings page is updated to network - The power restore policy page in operations section is moved to settings section Signed-off-by: Sandeepa Singh Change-Id: I6f5ab25f5227530be430bd39a4d9629b3bf09d8b --- src/env/components/AppNavigation/ibm.js | 37 +++++++++++++------------------ src/env/components/AppNavigation/intel.js | 22 +++++++++--------- 2 files changed, 27 insertions(+), 32 deletions(-) (limited to 'src/env/components/AppNavigation') diff --git a/src/env/components/AppNavigation/ibm.js b/src/env/components/AppNavigation/ibm.js index fa3891ea..d6a62893 100644 --- a/src/env/components/AppNavigation/ibm.js +++ b/src/env/components/AppNavigation/ibm.js @@ -12,7 +12,7 @@ const AppNavigationMixin = { iconLogs: IconTextLinkAnalysis, iconHealth: IconDataCheck, iconControl: IconSettingsAdjust, - iconConfiguration: IconSettings, + iconSettings: IconSettings, iconAccessControl: IconPassword, iconExpand: IconChevronUp, }, @@ -84,11 +84,6 @@ const AppNavigationMixin = { label: this.$t('appNavigation.managePowerUsage'), 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'), @@ -107,29 +102,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: '/configuration/snmp-settings', + id: 'security-settings', + label: this.$t('appNavigation.securitySettings'), + route: '/settings/security-settings', }, ], }, diff --git a/src/env/components/AppNavigation/intel.js b/src/env/components/AppNavigation/intel.js index 2c4188cc..20aa4f23 100644 --- a/src/env/components/AppNavigation/intel.js +++ b/src/env/components/AppNavigation/intel.js @@ -12,7 +12,7 @@ const AppNavigationMixin = { iconLogs: IconTextLinkAnalysis, iconHealth: IconDataCheck, iconControl: IconSettingsAdjust, - iconConfiguration: IconSettings, + iconSettings: IconSettings, iconAccessControl: IconPassword, iconExpand: IconChevronUp, }, @@ -97,24 +97,24 @@ 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', + route: '/settings/security-settings', }, ], }, -- cgit v1.2.3