summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-06-20 14:42:25 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-06-20 17:49:26 +0300
commitbde69949362b9dfd1a24fd6fd810116fa3136b5a (patch)
treed049c6d6f07a895db02d824509604ce62dbf2f92 /src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
parent931c2cad0da1a84e3df0745b385ec06d29cc2634 (diff)
downloadwebui-vue-bde69949362b9dfd1a24fd6fd810116fa3136b5a.tar.xz
fix PageTitle, VirtualMedia
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue b/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
index 47edf3a5..0a5e9a31 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
@@ -10,6 +10,7 @@
responsive="md"
:items="items"
:fields="fields"
+ :fixed="true"
show-empty
:empty-text="$t('global.table.emptyMessage')"
:busy="isBusy"
@@ -90,6 +91,7 @@ export default {
{
key: 'expandRow',
label: '',
+ thStyle: { width: '4%' },
thClass: 'bootstrap-rounded-table__head_bg',
class: 'bootstrap-rounded-table__column-first',
tdClass: 'table-row-expand bootstrap-rounded-table__td',
@@ -99,6 +101,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',
@@ -117,6 +120,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',
@@ -125,6 +129,7 @@ export default {
key: 'identifyLed',
label: this.$t('pageInventory.table.identifyLed'),
formatter: this.dataFormatter,
+ thStyle: { width: '20%' },
thClass: ' semi-bold-12px__caps bootstrap-rounded-table__head_bg',
class: 'bootstrap-rounded-table__column-last',
tdClass: ' bootstrap-rounded-table__td',