From 1908ac90fb2ec4849a71678543e0ed11af014256 Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Tue, 31 Aug 2021 16:38:17 +0530 Subject: Update the design of system table - Add left margins for sections associated with Memory summary and Processor summary Signed-off-by: Sandeepa Singh Change-Id: Ie35eeb8ecd2cc373cf3ada8915b267d7770e2916 --- .../Inventory/InventoryTableSystem.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src/views') diff --git a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue index f2cdb3ed..44a35859 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue @@ -101,11 +101,11 @@ -
- -
- {{ $t('pageInventory.table.memorySummary') }} -
+ +

+ {{ $t('pageInventory.table.memorySummary') }} +

+
{{ $t('pageInventory.table.statusState') }}:
{{ tableFormatter(item.memorySummaryState) }}
@@ -115,11 +115,12 @@
{{ $t('pageInventory.table.healthRollup') }}:
{{ tableFormatter(item.memorySummaryHealthRoll) }}
- - -
- {{ $t('pageInventory.table.processorSummary') }} -
+
+ +

+ {{ $t('pageInventory.table.processorSummary') }} +

+
{{ $t('pageInventory.table.statusState') }}:
{{ tableFormatter(item.processorSummaryState) }}
-- cgit v1.2.3