Add POST code logs page
This page will be included in the Health section of the primary
navigation. The user will be able to export and download POST code
logs.
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: I26cf1e01bfdfcf298f24f2c7dd9633ab7d31f1b5
diff --git a/src/store/index.js b/src/store/index.js
index 82efab9..29dfe4f 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -23,6 +23,7 @@
import ChassisStore from './modules/Health/ChassisStore';
import BmcStore from './modules/Health/BmcStore';
import ProcessorStore from './modules/Health/ProcessorStore';
+import PostCodeLogsStore from './modules/Health/PostCodeLogsStore';
import SecuritySettingsStore from './modules/Configuration/SecuritySettingsStore';
import FactoryResetStore from './modules/Control/FactoryResetStore';
@@ -60,6 +61,7 @@
chassis: ChassisStore,
bmc: BmcStore,
processors: ProcessorStore,
+ postCodeLogs: PostCodeLogsStore,
virtualMedia: VirtualMediaStore,
securitySettings: SecuritySettingsStore,
factoryReset: FactoryResetStore,