From 4928206943a094beab60f2d91ee7e9c9174b6223 Mon Sep 17 00:00:00 2001 From: Sneha Patel Date: Tue, 31 Aug 2021 13:19:34 -0500 Subject: Remove unnecessary span from toggle component A span element was removed that was added to support assistive technology.This element was not needed since it was the same text used in the toggle elements label causing it to be read twice by screen readers. Signed-off-by: Sneha Patel Change-Id: If56d6062c53e7e1ea47a8bf0b2ea17b085ead272 --- src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue | 3 --- src/views/HardwareStatus/Inventory/InventoryTableSystem.vue | 3 --- 2 files changed, 6 deletions(-) (limited to 'src') diff --git a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue index 8acf43c5..65b48c2b 100644 --- a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue +++ b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue @@ -25,9 +25,6 @@ switch @change="toggleIdentifyLedSwitch" > - - {{ $t('pageInventory.systemIndicator.identifyLed') }} - {{ $t('global.status.on') }} diff --git a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue index 44a35859..c6f425d7 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue @@ -36,9 +36,6 @@ switch @change="toggleIdentifyLedSwitch" > - - {{ $t('pageInventory.table.identifyLed') }} - {{ $t('global.status.on') }} -- cgit v1.2.3