summaryrefslogtreecommitdiff
path: root/src/views/Health/EventLogs/EventLogs.vue
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-10-13 14:38:20 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-23 23:49:01 +0300
commita35b5a15ab7df82cde190698e18dbb3a0e5da075 (patch)
treef201eb71d6c9d3bd0f5161a73f41ad202a4dc470 /src/views/Health/EventLogs/EventLogs.vue
parent1f8117f810a87e563aa2e33c67a7779dc0542a0d (diff)
downloadwebui-vue-a35b5a15ab7df82cde190698e18dbb3a0e5da075.tar.xz
Fixed event logs pagination on small screen
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ifb3963d416a7e2663af24c3c7b1d2c1876af6788
Diffstat (limited to 'src/views/Health/EventLogs/EventLogs.vue')
-rw-r--r--src/views/Health/EventLogs/EventLogs.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index af576521..22a62837 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -116,7 +116,7 @@
<!-- Table pagination -->
<b-row>
- <b-col class="d-md-flex justify-content-between">
+ <b-col sm="6">
<b-form-group
class="table-pagination-select"
:label="$t('global.table.itemsPerPage')"
@@ -128,6 +128,8 @@
:options="itemsPerPageOptions"
/>
</b-form-group>
+ </b-col>
+ <b-col sm="6">
<b-pagination
v-model="currentPage"
first-number