From 5d86af86e5dd0c4c7d9e902fc191c8b19ac890d1 Mon Sep 17 00:00:00 2001 From: HuyLe Date: Mon, 9 Oct 2023 14:32:28 +0700 Subject: Add State to DIMM slot inventory summary Add state information in DIMM slot inventory summary so that users can know if the DIMM slot has DIMM plugged or not. Change-Id: Id9b7ebb2079762b354b418d060d4a1223273b50d Signed-off-by: HuyLe --- src/locales/en-US.json | 1 + .../Inventory/InventoryTableDimmSlot.vue | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 18bb7c6a..ab630757 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -439,6 +439,7 @@ "serviceEnabled": "Service enabled", "serviceEntryPointUuid": "Service entry point UUID", "sparePartNumber": "Spare part number", + "state": "State", "statusHealthRollup": "Status (Health rollup)", "statusState": "Status (State)", "subModel": "Sub model", diff --git a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue index 196335ef..6aa1578f 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue @@ -50,6 +50,13 @@ {{ value }} + + + +