Skip to content

Commit

Permalink
Update the design of system table
Browse files Browse the repository at this point in the history
- Add left margins for sections associated with Memory summary and
Processor summary

Signed-off-by: Sandeepa Singh <[email protected]>
Change-Id: Ie35eeb8ecd2cc373cf3ada8915b267d7770e2916
  • Loading branch information
Sandeepa Singh committed Aug 31, 2021
1 parent b818288 commit 1908ac9
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
</dl>
</b-col>
<b-col sm="6">
<dl>
<!-- Memory Summary -->
<dt class="mt-1 mb-2 font-weight-bold float-none">
{{ $t('pageInventory.table.memorySummary') }}
</dt>
<!-- Memory Summary -->
<p class="mt-1 mb-2 h6 float-none m-0">
{{ $t('pageInventory.table.memorySummary') }}
</p>
<dl class="ml-4">
<!-- Status state -->
<dt>{{ $t('pageInventory.table.statusState') }}:</dt>
<dd>{{ tableFormatter(item.memorySummaryState) }}</dd>
Expand All @@ -115,11 +115,12 @@
<!-- Health Roll -->
<dt>{{ $t('pageInventory.table.healthRollup') }}:</dt>
<dd>{{ tableFormatter(item.memorySummaryHealthRoll) }}</dd>

<!-- Processor Summary -->
<dt class="mt-1 mb-2 font-weight-bold float-none">
{{ $t('pageInventory.table.processorSummary') }}
</dt>
</dl>
<!-- Processor Summary -->
<p class="mt-1 mb-2 h6 float-none m-0">
{{ $t('pageInventory.table.processorSummary') }}
</p>
<dl class="ml-4">
<!-- Status state -->
<dt>{{ $t('pageInventory.table.statusState') }}:</dt>
<dd>{{ tableFormatter(item.processorSummaryState) }}</dd>
Expand Down

0 comments on commit 1908ac9

Please sign in to comment.