summaryrefslogtreecommitdiff
path: root/src/views/SILA
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-06-10 10:08:22 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-06-10 10:08:22 +0300
commit58d1eb3b899b730877299be6635adceb127fe6a9 (patch)
tree22d26261d8193e6489a559f1a50cd0d4d4c811a1 /src/views/SILA
parentd6d339de0078789cdef367f96c4ea3580e6257e7 (diff)
downloadwebui-vue-58d1eb3b899b730877299be6635adceb127fe6a9.tar.xz
Fix inventory page
Id task: SILABMC-155
Diffstat (limited to 'src/views/SILA')
-rw-r--r--src/views/SILA/NetworkAdapters/EthernetAdapters/EthernetAdaptersPage.vue4
-rw-r--r--src/views/SILA/NetworkAdapters/FcHbaAdapters/FcHbaAdaptersPage.vue4
-rw-r--r--src/views/SILA/PciDevices/PciDevicesPage.vue4
-rw-r--r--src/views/SILA/PhysicalDrivers/StaticInfo/DriversStaticPage.vue3
-rw-r--r--src/views/SILA/RAID/Cache/RAIDCachePage.vue4
-rw-r--r--src/views/SILA/RAID/Settings/RAIDSettingsPage.vue4
-rw-r--r--src/views/SILA/RAID/Specification/RAIDSpecificationPage.vue4
-rw-r--r--src/views/SILA/VirtualDrivers/VirtualDriversPage.vue3
8 files changed, 0 insertions, 30 deletions
diff --git a/src/views/SILA/NetworkAdapters/EthernetAdapters/EthernetAdaptersPage.vue b/src/views/SILA/NetworkAdapters/EthernetAdapters/EthernetAdaptersPage.vue
index 16aeec10..64a01241 100644
--- a/src/views/SILA/NetworkAdapters/EthernetAdapters/EthernetAdaptersPage.vue
+++ b/src/views/SILA/NetworkAdapters/EthernetAdapters/EthernetAdaptersPage.vue
@@ -348,10 +348,6 @@ export default {
</style>
<style lang="scss" scoped>
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
-
.bold-16px {
display: block;
margin: 25px 0 16px 0;
diff --git a/src/views/SILA/NetworkAdapters/FcHbaAdapters/FcHbaAdaptersPage.vue b/src/views/SILA/NetworkAdapters/FcHbaAdapters/FcHbaAdaptersPage.vue
index 6890f2c0..de55482d 100644
--- a/src/views/SILA/NetworkAdapters/FcHbaAdapters/FcHbaAdaptersPage.vue
+++ b/src/views/SILA/NetworkAdapters/FcHbaAdapters/FcHbaAdaptersPage.vue
@@ -194,10 +194,6 @@ export default {
width: auto;
}
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
-
.bold-16px {
display: block;
margin: 25px 0 16px 0;
diff --git a/src/views/SILA/PciDevices/PciDevicesPage.vue b/src/views/SILA/PciDevices/PciDevicesPage.vue
index 7eb410f2..adf754ac 100644
--- a/src/views/SILA/PciDevices/PciDevicesPage.vue
+++ b/src/views/SILA/PciDevices/PciDevicesPage.vue
@@ -151,10 +151,6 @@ export default {
</style>
<style lang="scss" scoped>
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
-
.bold-16px {
display: block;
margin: 25px 0 16px 0;
diff --git a/src/views/SILA/PhysicalDrivers/StaticInfo/DriversStaticPage.vue b/src/views/SILA/PhysicalDrivers/StaticInfo/DriversStaticPage.vue
index f5448871..6a4f631d 100644
--- a/src/views/SILA/PhysicalDrivers/StaticInfo/DriversStaticPage.vue
+++ b/src/views/SILA/PhysicalDrivers/StaticInfo/DriversStaticPage.vue
@@ -125,9 +125,6 @@ export default {
</style>
<style lang="scss" scoped>
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
.info_section {
margin-bottom: 0px;
}
diff --git a/src/views/SILA/RAID/Cache/RAIDCachePage.vue b/src/views/SILA/RAID/Cache/RAIDCachePage.vue
index 60ca3a81..9196af6b 100644
--- a/src/views/SILA/RAID/Cache/RAIDCachePage.vue
+++ b/src/views/SILA/RAID/Cache/RAIDCachePage.vue
@@ -111,10 +111,6 @@ export default {
</style>
<style lang="scss" scoped>
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
-
.bold-16px {
display: block;
margin: 0 0 16px 0;
diff --git a/src/views/SILA/RAID/Settings/RAIDSettingsPage.vue b/src/views/SILA/RAID/Settings/RAIDSettingsPage.vue
index 69380666..615155d3 100644
--- a/src/views/SILA/RAID/Settings/RAIDSettingsPage.vue
+++ b/src/views/SILA/RAID/Settings/RAIDSettingsPage.vue
@@ -272,10 +272,6 @@ export default {
</style>
<style lang="scss" scoped>
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
-
.bold-16px {
display: block;
margin: 25px 0 16px 0;
diff --git a/src/views/SILA/RAID/Specification/RAIDSpecificationPage.vue b/src/views/SILA/RAID/Specification/RAIDSpecificationPage.vue
index 44eba030..cb0438e1 100644
--- a/src/views/SILA/RAID/Specification/RAIDSpecificationPage.vue
+++ b/src/views/SILA/RAID/Specification/RAIDSpecificationPage.vue
@@ -243,10 +243,6 @@ export default {
</style>
<style lang="scss" scoped>
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
-
.bold-16px {
display: block;
margin: 25px 0 16px 0;
diff --git a/src/views/SILA/VirtualDrivers/VirtualDriversPage.vue b/src/views/SILA/VirtualDrivers/VirtualDriversPage.vue
index 6a4c79e7..4292db40 100644
--- a/src/views/SILA/VirtualDrivers/VirtualDriversPage.vue
+++ b/src/views/SILA/VirtualDrivers/VirtualDriversPage.vue
@@ -114,9 +114,6 @@ export default {
</style>
<style lang="scss" scoped>
-.bootstrap-table__section {
- margin-bottom: 24px;
-}
.info_section {
margin-bottom: 0px;
}