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/store/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/store/index.js') diff --git a/src/store/index.js b/src/store/index.js index fcfac59f..2afadd02 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -11,8 +11,8 @@ import FirmwareStore from './modules/Operations/FirmwareStore'; import BootSettingsStore from './modules/Operations/BootSettingsStore'; import ControlStore from './modules/Operations/ControlStore'; import PowerControlStore from './modules/Operations/PowerControlStore'; -import PowerPolicyStore from './modules/Operations/PowerPolicyStore'; -import NetworkSettingStore from './modules/Configuration/NetworkSettingsStore'; +import PowerPolicyStore from './modules/Settings/PowerPolicyStore'; +import NetworkStore from './modules/Settings/NetworkStore'; import EventLogStore from './modules/Logs/EventLogStore'; import SensorsStore from './modules/HardwareStatus/SensorsStore'; import ServerLedStore from './modules/HardwareStatus/ServerLedStore'; @@ -24,11 +24,11 @@ import ChassisStore from './modules/HardwareStatus/ChassisStore'; import BmcStore from './modules/HardwareStatus/BmcStore'; import ProcessorStore from './modules/HardwareStatus/ProcessorStore'; import PostCodeLogsStore from './modules/Logs/PostCodeLogsStore'; -import SecuritySettingsStore from './modules/Configuration/SecuritySettingsStore'; +import SecuritySettingsStore from './modules/Settings/SecuritySettingsStore'; import FactoryResetStore from './modules/Operations/FactoryResetStore'; import WebSocketPlugin from './plugins/WebSocketPlugin'; -import DateTimeStore from './modules/Configuration/DateTimeSettingsStore'; +import DateTimeStore from './modules/Settings/DateTimeStore'; import VirtualMediaStore from './modules/Operations/VirtualMediaStore'; Vue.use(Vuex); @@ -50,7 +50,7 @@ export default new Vuex.Store({ powerControl: PowerControlStore, powerPolicy: PowerPolicyStore, powerSupply: PowerSupplyStore, - networkSettings: NetworkSettingStore, + network: NetworkStore, eventLog: EventLogStore, sensors: SensorsStore, sslCertificates: SslCertificatesStore, -- cgit v1.2.3