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.vue15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
index 459d3bb3..196335ef 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
@@ -71,6 +71,11 @@
<b-row>
<b-col sm="6" xl="6">
<dl>
+ <!-- Manufacturer -->
+ <dt>{{ $t('pageInventory.table.manufacturer') }}:</dt>
+ <dd>{{ dataFormatter(item.manufacturer) }}</dd>
+ </dl>
+ <dl>
<!-- Part Number -->
<dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
<dd>{{ dataFormatter(item.partNumber) }}</dd>
@@ -101,6 +106,11 @@
</dd>
</dl>
<dl>
+ <!-- Rank Count -->
+ <dt>{{ $t('pageInventory.table.rankCount') }}:</dt>
+ <dd>{{ dataFormatter(item.rankCount) }}</dd>
+ </dl>
+ <dl>
<!-- Status-->
<dt>{{ $t('pageInventory.table.statusState') }}:</dt>
<dd>{{ dataFormatter(item.statusState) }}</dd>
@@ -156,6 +166,11 @@
{{ $t('unit.MHz') }}
</dd>
</dl>
+ <dl>
+ <!-- Error Correction -->
+ <dt>{{ $t('pageInventory.table.errorCorrection') }}:</dt>
+ <dd>{{ dataFormatter(item.errorCorrection) }}</dd>
+ </dl>
</b-col>
</b-row>
</b-container>