Skip to content

Commit ef583ee

Browse files
Sandeepa Singhrfrandse
Sandeepa Singh
authored andcommitted
Update the design of system table
- Add left margins for sections associated with Memory summary and Processor summary Signed-off-by: Sandeepa Singh <[email protected]> Change-Id: Ie35eeb8ecd2cc373cf3ada8915b267d7770e2916
1 parent b76a1a5 commit ef583ee

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/views/HardwareStatus/Inventory/InventoryTableSystem.vue

+11-10
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@
101101
</dl>
102102
</b-col>
103103
<b-col sm="6">
104-
<dl>
105-
<!-- Memory Summary -->
106-
<dt class="mt-1 mb-2 font-weight-bold float-none">
107-
{{ $t('pageInventory.table.memorySummary') }}
108-
</dt>
104+
<!-- Memory Summary -->
105+
<p class="mt-1 mb-2 h6 float-none m-0">
106+
{{ $t('pageInventory.table.memorySummary') }}
107+
</p>
108+
<dl class="ml-4">
109109
<!-- Status state -->
110110
<dt>{{ $t('pageInventory.table.statusState') }}:</dt>
111111
<dd>{{ tableFormatter(item.memorySummaryState) }}</dd>
@@ -115,11 +115,12 @@
115115
<!-- Health Roll -->
116116
<dt>{{ $t('pageInventory.table.healthRollup') }}:</dt>
117117
<dd>{{ tableFormatter(item.memorySummaryHealthRoll) }}</dd>
118-
119-
<!-- Processor Summary -->
120-
<dt class="mt-1 mb-2 font-weight-bold float-none">
121-
{{ $t('pageInventory.table.processorSummary') }}
122-
</dt>
118+
</dl>
119+
<!-- Processor Summary -->
120+
<p class="mt-1 mb-2 h6 float-none m-0">
121+
{{ $t('pageInventory.table.processorSummary') }}
122+
</p>
123+
<dl class="ml-4">
123124
<!-- Status state -->
124125
<dt>{{ $t('pageInventory.table.statusState') }}:</dt>
125126
<dd>{{ tableFormatter(item.processorSummaryState) }}</dd>

0 commit comments

Comments
 (0)