From 25e17a119f023a472b90bf645f4211c66718b446 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Fri, 25 Jun 2021 08:15:05 -0500 Subject: Remove
from hardware status tables Break tags are not semantic for definition lists. Signed-off-by: Dixsie Wolmers Change-Id: I1ecbd7100044da4aa7749888faab962e115e2564 --- .../HardwareStatusTableBmcManager.vue | 24 ++++++---------------- 1 file changed, 6 insertions(+), 18 deletions(-) (limited to 'src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue') diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue b/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue index 2fdcb2ed..2feced86 100644 --- a/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue +++ b/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue @@ -34,31 +34,28 @@
-
+
{{ $t('pageHardwareStatus.table.description') }}:
{{ tableFormatter(item.description) }}
-
-
+
{{ $t('pageHardwareStatus.table.firmwareVersion') }}:
{{ tableFormatter(item.firmwareVersion) }}
-
-
+
{{ $t('pageHardwareStatus.table.serviceEntryPointUuid') }}:
{{ tableFormatter(item.serviceEntryPointUuid) }}
-
-
+
{{ $t('pageHardwareStatus.table.uuid') }}:
@@ -71,27 +68,23 @@
{{ $t('pageHardwareStatus.table.powerState') }}:
{{ tableFormatter(item.powerState) }}
-
{{ $t('pageHardwareStatus.table.model') }}:
{{ tableFormatter(item.model) }}
-
{{ $t('pageHardwareStatus.table.statusHealthRollup') }}:
{{ tableFormatter(item.healthRollup) }}
-
{{ $t('pageHardwareStatus.table.statusState') }}:
{{ tableFormatter(item.statusState) }}
-
-
+
{{ $t('pageHardwareStatus.table.graphicalConsole') }}
@@ -100,18 +93,15 @@
{{ tableFormatterArray(item.graphicalConsoleConnectTypes) }}
-
{{ $t('pageHardwareStatus.table.maxConcurrentSessions') }}:
{{ tableFormatter(item.graphicalConsoleMaxSessions) }}
-
{{ $t('pageHardwareStatus.table.serviceEnabled') }}:
{{ tableFormatter(item.graphicalConsoleEnabled) }}
-
-
+
{{ $t('pageHardwareStatus.table.serialConsole') }}
@@ -120,12 +110,10 @@
{{ tableFormatterArray(item.serialConsoleConnectTypes) }}
-
{{ $t('pageHardwareStatus.table.maxConcurrentSessions') }}:
{{ tableFormatter(item.serialConsoleMaxSessions) }}
-
{{ $t('pageHardwareStatus.table.serviceEnabled') }}:
{{ tableFormatter(item.serialConsoleEnabled) }}
-- cgit v1.2.3