From 5287a8b46ad6ed3ceb7570fa3ef23495341571cb Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Mon, 16 Aug 2021 15:00:27 +0530 Subject: Fix translation bug in bmc manager table Signed-off-by: Sandeepa Singh Change-Id: I873a2892ce9d65a87e421d68347aa2d9dd8a95e9 --- .../HardwareStatus/Inventory/InventoryTableBmcManager.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/views') diff --git a/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue b/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue index 6533fd90..428f5228 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue @@ -117,17 +117,14 @@
-
{{ $t('pageHardwareStatus.table.firmwareVersion') }}:
+
{{ $t('pageInventory.table.firmwareVersion') }}:
{{ item.firmwareVersion }}

- {{ $t('pageHardwareStatus.table.graphicalConsole') }} + {{ $t('pageInventory.table.graphicalConsole') }}

-
- {{ $t('pageHardwareStatus.table.connectTypesSupported') }}: -
{{ $t('pageInventory.table.connectTypesSupported') }}:
{{ tableFormatterArray(item.graphicalConsoleConnectTypes) }} @@ -143,12 +140,9 @@

- {{ $t('pageHardwareStatus.table.serialConsole') }} + {{ $t('pageInventory.table.serialConsole') }}

-
- {{ $t('pageHardwareStatus.table.connectTypesSupported') }}: -
{{ $t('pageInventory.table.connectTypesSupported') }}:
{{ tableFormatterArray(item.serialConsoleConnectTypes) }} -- cgit v1.2.3