summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandeepa Singh <sandeepa.singh@ibm.com>2021-08-16 12:30:27 +0300
committerSandeepa Singh <sandeepa.singh@ibm.com>2021-08-16 12:30:27 +0300
commit5287a8b46ad6ed3ceb7570fa3ef23495341571cb (patch)
treef10d4aace358dee5bb0c32a2dfdeb8e08c916717
parent6dba4be6125c10210bafa030ac17737d3a9b28b8 (diff)
downloadwebui-vue-5287a8b46ad6ed3ceb7570fa3ef23495341571cb.tar.xz
Fix translation bug in bmc manager table
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I873a2892ce9d65a87e421d68347aa2d9dd8a95e9
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue12
1 files changed, 3 insertions, 9 deletions
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 @@
<b-col class="mt-2" sm="6" xl="6">
<!-- Firmware Version -->
<dl>
- <dt>{{ $t('pageHardwareStatus.table.firmwareVersion') }}:</dt>
+ <dt>{{ $t('pageInventory.table.firmwareVersion') }}:</dt>
<dd>{{ item.firmwareVersion }}</dd>
</dl>
<!-- Graphical console -->
<p class="mt-1 mb-2 h6 float-none m-0">
- {{ $t('pageHardwareStatus.table.graphicalConsole') }}
+ {{ $t('pageInventory.table.graphicalConsole') }}
</p>
<dl class="ml-4">
- <dt>
- {{ $t('pageHardwareStatus.table.connectTypesSupported') }}:
- </dt>
<dt>{{ $t('pageInventory.table.connectTypesSupported') }}:</dt>
<dd>
{{ tableFormatterArray(item.graphicalConsoleConnectTypes) }}
@@ -143,12 +140,9 @@
</dl>
<!-- Serial console -->
<p class="mt-1 mb-2 h6 float-none m-0">
- {{ $t('pageHardwareStatus.table.serialConsole') }}
+ {{ $t('pageInventory.table.serialConsole') }}
</p>
<dl class="ml-4">
- <dt>
- {{ $t('pageHardwareStatus.table.connectTypesSupported') }}:
- </dt>
<dt>{{ $t('pageInventory.table.connectTypesSupported') }}:</dt>
<dd>
{{ tableFormatterArray(item.serialConsoleConnectTypes) }}