summaryrefslogtreecommitdiff
path: root/src/store/modules/HardwareStatus/MemoryStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/HardwareStatus/MemoryStore.js')
-rw-r--r--src/store/modules/HardwareStatus/MemoryStore.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/store/modules/HardwareStatus/MemoryStore.js b/src/store/modules/HardwareStatus/MemoryStore.js
index c166d831..81996a7d 100644
--- a/src/store/modules/HardwareStatus/MemoryStore.js
+++ b/src/store/modules/HardwareStatus/MemoryStore.js
@@ -20,8 +20,11 @@ const MemoryStore = {
CapacityMiB,
DataWidthBits,
Enabled,
+ ErrorCorrection,
+ Manufacturer,
OperatingSpeedMhz,
PartNumber,
+ RankCount,
SerialNumber,
SparePartNumber,
Description,
@@ -38,7 +41,10 @@ const MemoryStore = {
dataWidthBits: DataWidthBits,
operatingSpeedMhz: OperatingSpeedMhz,
enabled: Enabled,
+ errorCorrection: ErrorCorrection,
+ manufacturer: Manufacturer,
partNumber: PartNumber,
+ rankCount: RankCount,
serialNumber: SerialNumber,
statusState: Status.State,
sparePartNumber: SparePartNumber,