commit | 799bcd3fb476c7a0c38a4779aa91f59a7c931c6a | [log] [tgz] |
---|---|---|
author | Kenneth Fullbright <kennyneedsmilky@gmail.com> | Fri Dec 17 10:28:45 2021 -0600 |
committer | Dixsie Wolmers <dixsiew@gmail.com> | Tue Dec 21 17:19:06 2021 +0000 |
tree | a7a111b20951794d89ad8d9b37a1f75a41fbfa92 | |
parent | 823c181267565536d229b6c4932543d62c5433d0 [diff] |
Add assembly table component name to table Replaced id key with name key Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I7ce8798aac108841a13f24799cc35e7b5b261933
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue b/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue index 1ec03b8..6856369 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
@@ -88,7 +88,7 @@ tdClass: 'table-row-expand', }, { - key: 'id', + key: 'name', label: this.$t('pageInventory.table.id'), formatter: this.dataFormatter, sortable: true,