From ba60e9c33dd0d0b87e1af6a26ab296b6f172c343 Mon Sep 17 00:00:00 2001 From: Glukhov Mikhail Date: Mon, 21 Nov 2022 10:21:51 +0300 Subject: 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 --- src/store/modules/HardwareStatus/MemoryStore.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/store') 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, -- cgit v1.2.3