summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableFans.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableFans.vue7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableFans.vue b/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
index fe788c53..8706f498 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
@@ -1,5 +1,8 @@
<template>
- <page-section :section-title="$t('pageInventory.fans')">
+ <page-section
+ class="bootstrap-table__section"
+ :section-small-title="$t('pageInventory.fans')"
+ >
<b-row class="align-items-end">
<b-col sm="6" md="5" xl="4">
<search
@@ -15,9 +18,9 @@
</b-col>
</b-row>
<b-table
+ class="bootstrap-rounded-table"
sort-icon-left
no-sort-reset
- hover
responsive="md"
sort-by="health"
show-empty