summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorGlukhov Mikhail <mikl@greenfil.ru>2022-11-21 10:21:51 +0300
committerGlukhov Mikhail <mikl@greenfil.ru>2022-12-19 10:51:29 +0300
commitba60e9c33dd0d0b87e1af6a26ab296b6f172c343 (patch)
tree9d586501cf6a5913346c5d0b84c1526a9c2d6bcc /src/store
parent7385e139b0c9efca7430458cee982e63e282f4ae (diff)
downloadwebui-vue-ba60e9c33dd0d0b87e1af6a26ab296b6f172c343.tar.xz
Removed the MemorySize
Removed the MemorySize field for DIMMs, because it is missing in Redfish ``` https://www.dmtf.org/sites/default/files/standards/documents/DSP8010.zip ``` Change-Id: I12f37a601e429060765960f3c66b5249b84eabe7 Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/modules/HardwareStatus/MemoryStore.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/store/modules/HardwareStatus/MemoryStore.js b/src/store/modules/HardwareStatus/MemoryStore.js
index fd8f0a91..c166d831 100644
--- a/src/store/modules/HardwareStatus/MemoryStore.js
+++ b/src/store/modules/HardwareStatus/MemoryStore.js
@@ -26,7 +26,6 @@ const MemoryStore = {
SparePartNumber,
Description,
MemoryType,
- MemorySize,
LocationIndicatorActive,
Location,
} = data;
@@ -45,7 +44,6 @@ const MemoryStore = {
sparePartNumber: SparePartNumber,
description: Description,
memoryType: MemoryType,
- memorySize: MemorySize,
identifyLed: LocationIndicatorActive,
uri: data['@odata.id'],
locationNumber: Location?.PartLocation?.ServiceLabel,