Add missing Model mapping to Chassis Store
Add missing "model" mapping on "Hardware status" tab in chassis
section.
Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com>
Change-Id: I9a6bd4a7e4fbaaac72aa8d59cc065ba0bea040bd
diff --git a/src/store/modules/HardwareStatus/ChassisStore.js b/src/store/modules/HardwareStatus/ChassisStore.js
index 8a08e37..97930d2 100644
--- a/src/store/modules/HardwareStatus/ChassisStore.js
+++ b/src/store/modules/HardwareStatus/ChassisStore.js
@@ -22,6 +22,7 @@
PowerState,
LocationIndicatorActive,
AssetTag,
+ Model,
MaxPowerWatts,
MinPowerWatts,
Name,
@@ -39,6 +40,7 @@
statusState: Status.State,
healthRollup: Status.HealthRollup,
assetTag: AssetTag,
+ model: Model,
maxPowerWatts: MaxPowerWatts,
minPowerWatts: MinPowerWatts,
name: Name,