From fedc7344df80d87050966a4903f7aff32fddd259 Mon Sep 17 00:00:00 2001 From: MichalX Szopinski Date: Fri, 25 Feb 2022 17:07:53 +0100 Subject: Add missing Model mapping to Chassis Store Add missing "model" mapping on "Hardware status" tab in chassis section. Signed-off-by: MichalX Szopinski Change-Id: I9a6bd4a7e4fbaaac72aa8d59cc065ba0bea040bd --- src/store/modules/HardwareStatus/ChassisStore.js | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3