commit | 4928206943a094beab60f2d91ee7e9c9174b6223 | [log] [tgz] |
---|---|---|
author | Sneha Patel <Snehaben.Patel@ibm.com> | Tue Aug 31 13:19:34 2021 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Sep 14 19:52:39 2021 +0000 |
tree | 2bfd57d712637b85e8f719258b53693b10ae2f22 | |
parent | bfb346946727f09d99c1710e0443dcda2e8544a5 [diff] |
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 <Snehaben.Patel@ibm.com> Change-Id: If56d6062c53e7e1ea47a8bf0b2ea17b085ead272
diff --git a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue index 8acf43c..65b48c2 100644 --- a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue +++ b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
@@ -25,9 +25,6 @@ switch @change="toggleIdentifyLedSwitch" > - <span class="sr-only"> - {{ $t('pageInventory.systemIndicator.identifyLed') }} - </span> <span v-if="systems.locationIndicatorActive"> {{ $t('global.status.on') }} </span>
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue index 44a3585..c6f425d 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
@@ -36,9 +36,6 @@ switch @change="toggleIdentifyLedSwitch" > - <span class="sr-only"> - {{ $t('pageInventory.table.identifyLed') }} - </span> <span v-if="item.locationIndicatorActive"> {{ $t('global.status.on') }} </span>