summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableSystem.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableSystem.vue12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
index cf2cf020..1576c8d8 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
@@ -1,8 +1,11 @@
<template>
- <page-section :section-title="$t('pageInventory.system')">
+ <page-section
+ class="bootstrap-table__section"
+ :section-small-title="$t('pageInventory.system')"
+ >
<b-table
+ class="bootstrap-rounded-table"
responsive="md"
- hover
show-empty
:items="systems"
:fields="fields"
@@ -222,3 +225,8 @@ export default {
},
};
</script>
+<style lang="scss" scoped>
+.custom-switch {
+ margin: 0;
+}
+</style>