summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
index c05ae734..d29f6f8e 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
@@ -93,9 +93,9 @@
</b-col>
<b-col sm="6" xl="6">
<dl>
- <!-- Memory Size in kb -->
- <dt>{{ $t('pageInventory.table.memorySize') }}:</dt>
- <dd>{{ dataFormatter(item.memorySize) }} KB</dd>
+ <!-- Capacity MiB -->
+ <dt>{{ $t('pageInventory.table.capacityMiB') }}:</dt>
+ <dd>{{ dataFormatter(item.capacityMiB) }}</dd>
</dl>
<dl>
<!-- Status-->
@@ -127,11 +127,6 @@
<dt>{{ $t('pageInventory.table.baseModuleType') }}:</dt>
<dd>{{ dataFormatter(item.baseModuleType) }}</dd>
</dl>
- <dl>
- <!-- Capacity MiB -->
- <dt>{{ $t('pageInventory.table.capacityMiB') }}:</dt>
- <dd>{{ dataFormatter(item.capacityMiB) }}</dd>
- </dl>
</b-col>
<b-col sm="6" xl="6">
<dl>