summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue b/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue
index 21a07e5f..164aca71 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue
@@ -9,6 +9,7 @@
show-empty
:items="items"
:fields="fields"
+ :fixed="true"
:empty-text="$t('global.table.emptyMessage')"
:busy="isBusy"
>
@@ -184,8 +185,7 @@ export default {
{
key: 'expandRow',
label: '',
- thStyle: { maxWidth: '27px' },
- tdStyle: { maxWidth: '27px' },
+ thStyle: { width: '4%' },
thClass: 'bootstrap-rounded-table__head_bg',
class: 'bootstrap-rounded-table__column-first',
tdClass: 'table-row-expand bootstrap-rounded-table__td',
@@ -194,6 +194,7 @@ export default {
key: 'id',
label: this.$t('pageInventory.table.id'),
formatter: this.dataFormatter,
+ 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',
@@ -210,6 +211,7 @@ export default {
key: 'locationNumber',
label: this.$t('pageInventory.table.locationNumber'),
formatter: this.dataFormatter,
+ 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',
@@ -218,6 +220,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',