Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/views/HardwareStatus/Inventory/Inventory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<b-row>
<b-col>
<b-card no-body>
<b-tabs content-class="mt-3" fill>
<b-tabs content-class="mt-3" active-nav-item-class="text-dark" fill>
<b-tab
v-for="(value, index) in chassis"
:key="index"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<b-row>
<b-col>
<b-card no-body>
<b-tabs content-class="mt-3" fill>
<b-tabs content-class="mt-3" active-nav-item-class="text-dark" fill>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make more improvements in this styling?

<b-tab :title="$t('pageDeconfigurationHardware.memoryDimms')">
<memory-dimms />
</b-tab>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Settings/Network/Network.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<b-row>
<b-col>
<b-card no-body>
<b-tabs content-class="mt-3 p-4">
<b-tabs content-class="mt-3 p-4" active-nav-item-class="text-dark">
<b-tab
v-for="(data, index) in network"
:key="data.id"
Expand Down