From 8543204bd95de886d8d35bd491f23ecbc0a6ef8d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 26 Apr 2023 16:34:16 +0200 Subject: [PATCH] fix(front): Fix instances list pagination Closes #1277 Signed-off-by: Thomas Citharel --- js/src/views/Admin/InstancesView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/views/Admin/InstancesView.vue b/js/src/views/Admin/InstancesView.vue index 224216cb2..3dad71a07 100644 --- a/js/src/views/Admin/InstancesView.vue +++ b/js/src/views/Admin/InstancesView.vue @@ -66,7 +66,7 @@ /> -
+
INSTANCES_PAGE_LIMIT" :total="instances.total" - v-model="instancePage" + v-model:current="instancePage" :per-page="INSTANCES_PAGE_LIMIT" :aria-next-label="t('Next page')" :aria-previous-label="t('Previous page')"