summaryrefslogtreecommitdiff
path: root/src/store/modules/HardwareStatus/PowerSupplyStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/HardwareStatus/PowerSupplyStore.js')
-rw-r--r--src/store/modules/HardwareStatus/PowerSupplyStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/modules/HardwareStatus/PowerSupplyStore.js b/src/store/modules/HardwareStatus/PowerSupplyStore.js
index f7be2809..dc7691da 100644
--- a/src/store/modules/HardwareStatus/PowerSupplyStore.js
+++ b/src/store/modules/HardwareStatus/PowerSupplyStore.js
@@ -23,6 +23,7 @@ const PowerSupplyStore = {
PowerInputWatts,
SerialNumber,
SparePartNumber,
+ Location,
Status = {},
} = powerSupply;
return {
@@ -38,6 +39,7 @@ const PowerSupplyStore = {
powerInputWatts: PowerInputWatts,
name: Name,
sparePartNumber: SparePartNumber,
+ locationNumber: Location?.PartLocation?.ServiceLabel,
statusState: Status.State,
};
});