summaryrefslogtreecommitdiff
path: root/src/views/Health/EventLogs/EventLogs.vue
diff options
context:
space:
mode:
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