From f44b3fcceb3cc646fefb475c35c052f1be2aabbc Mon Sep 17 00:00:00 2001 From: Glukhov Mikhail Date: Tue, 9 Jan 2024 15:04:58 +0300 Subject: Added State columns for the processor table When a processor is present: Old behavior: Health = Ok (green color) New behavior: Health = Ok (green color), State = Enabled (green color) In the absence of a processor: Old behavior: Health = Critical (error red color) New behavior: Health = Ok (green color), State = Absent (warning yellow) Tested manually on my system with 1 CPU present and 1 CPU missing Change-Id: I33f8d94cbb5dcfd6a33b4b3ca379d2323362caca Signed-off-by: Glukhov Mikhail --- .../Inventory/InventoryTableProcessors.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue b/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue index 793dbd86..07376a5b 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue @@ -48,6 +48,11 @@ {{ value }} + +