From 05388966bc9ff2d65e7696c209a5827e82d61297 Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Thu, 10 Jun 2021 15:35:21 +0530 Subject: Add system attention indicators - Different LEDs and statuses will be added to hardware status page - Status for power will be shown and LED included is System identify Led Signed-off-by: Sukanya Pandey Change-Id: I8689f7bf3cc02a7a90379ec50b005bf344c091e4 --- src/views/HardwareStatus/Inventory/Inventory.vue | 19 +++-- .../Inventory/InventoryServiceIndicator.vue | 80 ++++++++++++++++++++++ .../Inventory/InventoryTableSystem.vue | 11 ++- 3 files changed, 102 insertions(+), 8 deletions(-) create mode 100644 src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue (limited to 'src/views') diff --git a/src/views/HardwareStatus/Inventory/Inventory.vue b/src/views/HardwareStatus/Inventory/Inventory.vue index d8b46b25..a729aaa2 100644 --- a/src/views/HardwareStatus/Inventory/Inventory.vue +++ b/src/views/HardwareStatus/Inventory/Inventory.vue @@ -2,6 +2,9 @@ + + + @@ -44,6 +47,7 @@ diff --git a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue index 54129d1f..f2cdb3ed 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue @@ -30,12 +30,19 @@ -- cgit v1.2.3