From 9f6592f79cd5a727a7b91467c3346e3edc09452a Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Fri, 8 Oct 2021 10:34:35 -0500 Subject: Remove extra link in inventory quicklinks Extra system quicklink was added during the IA update. Signed-off-by: Dixsie Wolmers Change-Id: I9ec10f853e71e7c287392d5462abe25115855f22 --- src/views/HardwareStatus/Inventory/Inventory.vue | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/views') diff --git a/src/views/HardwareStatus/Inventory/Inventory.vue b/src/views/HardwareStatus/Inventory/Inventory.vue index e3a7ea2f..fcdbf8d2 100644 --- a/src/views/HardwareStatus/Inventory/Inventory.vue +++ b/src/views/HardwareStatus/Inventory/Inventory.vue @@ -132,12 +132,6 @@ export default { href: '#processors', linkText: this.$t('pageInventory.processors'), }, - { - id: 'system', - dataRef: 'system', - href: '#system', - linkText: this.$t('pageInventory.system'), - }, { id: 'assembly', dataRef: 'assembly', -- cgit v1.2.3