summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Fullbright <kennyneedsmilky@gmail.com>2021-12-17 19:28:45 +0300
committerDixsie Wolmers <dixsiew@gmail.com>2021-12-21 20:19:06 +0300
commit799bcd3fb476c7a0c38a4779aa91f59a7c931c6a (patch)
treea7a111b20951794d89ad8d9b37a1f75a41fbfa92
parent823c181267565536d229b6c4932543d62c5433d0 (diff)
downloadwebui-vue-799bcd3fb476c7a0c38a4779aa91f59a7c931c6a.tar.xz
Add assembly table component name to table
Replaced id key with name key Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I7ce8798aac108841a13f24799cc35e7b5b261933
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue b/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
index 1ec03b86..68563691 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
@@ -88,7 +88,7 @@ export default {
tdClass: 'table-row-expand',
},
{
- key: 'id',
+ key: 'name',
label: this.$t('pageInventory.table.id'),
formatter: this.dataFormatter,
sortable: true,