From 9726f9a7cb07a3dcee14d641c2fea7b4f013e5fc Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Tue, 7 Sep 2021 15:33:16 -0500 Subject: Rename TableDataFormatter mixin to DataFormatter Mixin was renamed to reflect usage on all components, not only tables. Signed-off-by: Dixsie Wolmers Change-Id: Ic962ba879fffa39b9f6f93446771fbf6f67915d0 --- .../Inventory/InventoryServiceIndicator.vue | 3 +- .../Inventory/InventoryTableAssembly.vue | 4 +- .../Inventory/InventoryTableBmcManager.vue | 50 +++++++++++----------- .../Inventory/InventoryTableChassis.vue | 36 ++++++++-------- .../Inventory/InventoryTableDimmSlot.vue | 14 +++--- .../Inventory/InventoryTableFans.vue | 24 +++++------ .../Inventory/InventoryTablePowerSupplies.vue | 34 +++++++-------- .../Inventory/InventoryTableProcessors.vue | 46 ++++++++++---------- .../Inventory/InventoryTableSystem.vue | 48 ++++++++++----------- src/views/HardwareStatus/Sensors/Sensors.vue | 14 +++--- 10 files changed, 136 insertions(+), 137 deletions(-) (limited to 'src/views/HardwareStatus') diff --git a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue index 65b48c2b..01f4a446 100644 --- a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue +++ b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue @@ -40,11 +40,10 @@