summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableChassis.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableChassis.vue9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue b/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue
index b49cec7f..60f593f4 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue
@@ -1,11 +1,14 @@
<template>
- <page-section :section-title="$t('pageInventory.chassis')">
+ <page-section
+ class="bootstrap-table__section"
+ :section-small-title="$t('pageInventory.chassis')"
+ >
<b-table
+ class="bootstrap-rounded-table"
responsive="md"
- hover
+ show-empty
:items="chassis"
:fields="fields"
- show-empty
:empty-text="$t('global.table.emptyMessage')"
:busy="isBusy"
>