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/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/views') diff --git a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue index c05ae734..d29f6f8e 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue @@ -93,9 +93,9 @@
- -
{{ $t('pageInventory.table.memorySize') }}:
-
{{ dataFormatter(item.memorySize) }} KB
+ +
{{ $t('pageInventory.table.capacityMiB') }}:
+
{{ dataFormatter(item.capacityMiB) }}
@@ -127,11 +127,6 @@
{{ $t('pageInventory.table.baseModuleType') }}:
{{ dataFormatter(item.baseModuleType) }}
-
- -
{{ $t('pageInventory.table.capacityMiB') }}:
-
{{ dataFormatter(item.capacityMiB) }}
-
-- cgit v1.2.3