summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichalX Szopinski <michalx.szopinski@intel.com>2022-02-25 19:07:53 +0300
committerDixsie Wolmers <dixsiew@gmail.com>2022-05-03 22:51:07 +0300
commitfedc7344df80d87050966a4903f7aff32fddd259 (patch)
tree5949f56bd8eebce5128f43d0a25fff789957753c
parent78372d6345cf5f1e04d6a8d56c416a7aec70b998 (diff)
downloadwebui-vue-fedc7344df80d87050966a4903f7aff32fddd259.tar.xz
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
-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,