summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/store/modules/HardwareStatus/ChassisStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/modules/HardwareStatus/ChassisStore.js b/src/store/modules/HardwareStatus/ChassisStore.js
index 8a08e370..97930d2e 100644
--- a/src/store/modules/HardwareStatus/ChassisStore.js
+++ b/src/store/modules/HardwareStatus/ChassisStore.js
@@ -22,6 +22,7 @@ const ChassisStore = {
PowerState,
LocationIndicatorActive,
AssetTag,
+ Model,
MaxPowerWatts,
MinPowerWatts,
Name,
@@ -39,6 +40,7 @@ const ChassisStore = {
statusState: Status.State,
healthRollup: Status.HealthRollup,
assetTag: AssetTag,
+ model: Model,
maxPowerWatts: MaxPowerWatts,
minPowerWatts: MinPowerWatts,
name: Name,