From 58d1eb3b899b730877299be6635adceb127fe6a9 Mon Sep 17 00:00:00 2001 From: Anna Tsyganova Date: Fri, 10 Jun 2022 10:08:22 +0300 Subject: Fix inventory page Id task: SILABMC-155 --- src/views/HardwareStatus/Inventory/Inventory.vue | 15 ++++---- .../Inventory/InventoryServiceIndicator.vue | 10 ++++- .../Inventory/InventoryTableAssembly.vue | 8 ++-- .../Inventory/InventoryTableBmcManager.vue | 45 ++++++++++++++++++++-- .../Inventory/InventoryTableChassis.vue | 9 +++-- .../Inventory/InventoryTableDimmSlot.vue | 7 +++- .../Inventory/InventoryTableFans.vue | 7 +++- .../Inventory/InventoryTablePowerSupplies.vue | 6 ++- .../Inventory/InventoryTableProcessors.vue | 9 ++++- .../Inventory/InventoryTableSystem.vue | 12 +++++- 10 files changed, 100 insertions(+), 28 deletions(-) (limited to 'src/views/HardwareStatus') diff --git a/src/views/HardwareStatus/Inventory/Inventory.vue b/src/views/HardwareStatus/Inventory/Inventory.vue index 132002fe..0e97f711 100644 --- a/src/views/HardwareStatus/Inventory/Inventory.vue +++ b/src/views/HardwareStatus/Inventory/Inventory.vue @@ -1,20 +1,23 @@