summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue b/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
index d81a0490..0c1b019f 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
@@ -29,6 +29,7 @@
:items="processors"
:fields="fields"
:sort-desc="true"
+ :fixed="true"
:filter="searchFilter"
:empty-text="$t('global.table.emptyMessage')"
:empty-filtered-text="$t('global.table.emptySearchMessage')"
@@ -184,6 +185,7 @@ export default {
key: 'expandRow',
label: '',
sortable: false,
+ thStyle: { width: '4%' },
thClass: 'bootstrap-rounded-table__head_bg',
class: 'bootstrap-rounded-table__column-first',
tdClass: 'table-row-expand bootstrap-rounded-table__td',
@@ -193,6 +195,7 @@ export default {
label: this.$t('pageInventory.table.id'),
formatter: this.dataFormatter,
sortable: true,
+ thStyle: { width: '20%' },
thClass: 'semi-bold-12px__caps bootstrap-rounded-table__head_bg',
class: 'bootstrap-rounded-table__column-center',
tdClass: 'regular-12px bootstrap-rounded-table__td',
@@ -211,6 +214,7 @@ export default {
label: this.$t('pageInventory.table.locationNumber'),
formatter: this.dataFormatter,
sortable: true,
+ thStyle: { width: '20%' },
thClass: 'semi-bold-12px__caps bootstrap-rounded-table__head_bg',
class: 'bootstrap-rounded-table__column-center',
tdClass: 'regular-12px bootstrap-rounded-table__td',
@@ -220,6 +224,7 @@ export default {
label: this.$t('pageInventory.table.identifyLed'),
formatter: this.dataFormatter,
sortable: false,
+ thStyle: { width: '20%' },
thClass: ' semi-bold-12px__caps bootstrap-rounded-table__head_bg',
class: 'bootstrap-rounded-table__column-last',
tdClass: ' bootstrap-rounded-table__td',