From db2940a8ea63aeaf2f31dcb45a1c17a622a726c5 Mon Sep 17 00:00:00 2001 From: Farah Rasheed Date: Thu, 25 Jul 2024 14:04:18 -0500 Subject: [PATCH] Add status state info to inventory tables Add status state information to the inventory tables for fans and power supplies. Also updates sortCompare to be able to sort by the state. Change-Id: Ic830dd0867daee0bf6052a5d1cff5592b98fc009 Signed-off-by: Farah Rasheed --- .../Inventory/InventoryTableFans.vue | 41 +++++++++++++++++++ .../Inventory/InventoryTablePowerSupplies.vue | 39 ++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/src/views/HardwareStatus/Inventory/InventoryTableFans.vue b/src/views/HardwareStatus/Inventory/InventoryTableFans.vue index 62f0b76bae..af4b461e64 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableFans.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableFans.vue @@ -51,6 +51,12 @@ {{ value }} + + + + + +