summaryrefslogtreecommitdiff
path: root/src/store/modules/HardwareStatus/ChassisStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/HardwareStatus/ChassisStore.js')
-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 b5edef56..8a08e370 100644
--- a/src/store/modules/HardwareStatus/ChassisStore.js
+++ b/src/store/modules/HardwareStatus/ChassisStore.js
@@ -25,6 +25,7 @@ const ChassisStore = {
MaxPowerWatts,
MinPowerWatts,
Name,
+ Location,
} = chassis;
return {
@@ -43,6 +44,7 @@ const ChassisStore = {
name: Name,
identifyLed: LocationIndicatorActive,
uri: chassis['@odata.id'],
+ locationNumber: Location?.PartLocation?.ServiceLabel,
};
});
},