summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
Diffstat (limited to 'src/store')
-rw-r--r--src/store/modules/HardwareStatus/MemoryStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/modules/HardwareStatus/MemoryStore.js b/src/store/modules/HardwareStatus/MemoryStore.js
index 21e07598..5a116f63 100644
--- a/src/store/modules/HardwareStatus/MemoryStore.js
+++ b/src/store/modules/HardwareStatus/MemoryStore.js
@@ -31,6 +31,7 @@ const MemoryStore = {
Description,
MemoryType,
MemorySize,
+ Manufacturer,
LocationIndicatorActive,
Location,
} = data;
@@ -50,6 +51,7 @@ const MemoryStore = {
description: Description,
memoryType: MemoryType,
memorySize: MemorySize,
+ manufacturer: Manufacturer,
identifyLed: LocationIndicatorActive,
uri: data['@odata.id'],
locationNumber: Location?.PartLocation?.ServiceLabel,