summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
index 01f4a446..cfb9aa84 100644
--- a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
@@ -1,8 +1,9 @@
<template>
<page-section
- :section-title="$t('pageInventory.systemIndicator.sectionTitle')"
+ class="bootstrap-table__section"
+ :section-small-title="$t('pageInventory.systemIndicator.sectionTitle')"
>
- <div class="form-background pl-4 pt-4 pb-1">
+ <div class="form-background">
<b-row>
<b-col sm="6" md="3">
<dl>
@@ -74,3 +75,8 @@ export default {
},
};
</script>
+<style lang="scss" scoped>
+.custom-switch {
+ margin: 0;
+}
+</style>