From 787635a2adc8863d7198be09871087a8642b4ea9 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Tue, 24 Nov 2020 22:42:42 +0530 Subject: Add alignment on Event Logs page - Align table search, count and date components on Event Logs page. Signed-off-by: Suren Neware Change-Id: Id681d50f57a6fca86b8d8ba57f8e3420c1a0e56e --- src/components/Global/Search.vue | 3 ++- src/components/Global/TableCellCount.vue | 2 +- src/views/Health/EventLogs/EventLogs.vue | 18 +++++++++--------- .../HardwareStatus/HardwareStatusTableDimmSlot.vue | 2 +- .../Health/HardwareStatus/HardwareStatusTableFans.vue | 2 +- .../HardwareStatusTablePowerSupplies.vue | 2 +- .../HardwareStatus/HardwareStatusTableProcessors.vue | 2 +- src/views/Health/Sensors/Sensors.vue | 2 +- 8 files changed, 17 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/components/Global/Search.vue b/src/components/Global/Search.vue index d472c0c9..6029f4b7 100644 --- a/src/components/Global/Search.vue +++ b/src/components/Global/Search.vue @@ -3,7 +3,7 @@ @@ -16,6 +16,7 @@ v-model="filter" class="search-input" type="text" + :aria-label="$t('global.form.search')" :placeholder="placeholder" @input="onChangeInput" > diff --git a/src/components/Global/TableCellCount.vue b/src/components/Global/TableCellCount.vue index 75617093..acb4d443 100644 --- a/src/components/Global/TableCellCount.vue +++ b/src/components/Global/TableCellCount.vue @@ -1,5 +1,5 @@