summaryrefslogtreecommitdiff
path: root/src/views/Health/Sensors/Sensors.vue
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-11-24 20:12:42 +0300
committerDerick Montague <derick.montague@ibm.com>2020-12-02 04:15:52 +0300
commit787635a2adc8863d7198be09871087a8642b4ea9 (patch)
tree02c5309e8ef0840da4a4e607acda1f6038b22ab1 /src/views/Health/Sensors/Sensors.vue
parentce7e42d27356f8d783d1a31eac922b271b35be40 (diff)
downloadwebui-vue-787635a2adc8863d7198be09871087a8642b4ea9.tar.xz
Add alignment on Event Logs page
- Align table search, count and date components on Event Logs page. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Id681d50f57a6fca86b8d8ba57f8e3420c1a0e56e
Diffstat (limited to 'src/views/Health/Sensors/Sensors.vue')
-rw-r--r--src/views/Health/Sensors/Sensors.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Health/Sensors/Sensors.vue b/src/views/Health/Sensors/Sensors.vue
index 96e6ba64..2f9a7efa 100644
--- a/src/views/Health/Sensors/Sensors.vue
+++ b/src/views/Health/Sensors/Sensors.vue
@@ -1,7 +1,7 @@
<template>
<b-container fluid="xl">
<page-title />
- <b-row>
+ <b-row class="align-items-end">
<b-col sm="6" md="5" xl="4">
<search
:placeholder="$t('pageSensors.searchForSensors')"