From b84167a4dafe25f8f59531a5e6582c1b025ed618 Mon Sep 17 00:00:00 2001 From: Marcelo Fukumoto Date: Tue, 12 May 2026 14:10:20 +0200 Subject: [PATCH] feat(forklift): Added pagination UI Signed-off-by: Marcelo Fukumoto --- pkg/harvester/pages/c/_cluster/forklift/select-vms.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/harvester/pages/c/_cluster/forklift/select-vms.vue b/pkg/harvester/pages/c/_cluster/forklift/select-vms.vue index dcce0efc..e1b90fc6 100644 --- a/pkg/harvester/pages/c/_cluster/forklift/select-vms.vue +++ b/pkg/harvester/pages/c/_cluster/forklift/select-vms.vue @@ -271,6 +271,8 @@ init(); :table-actions="true" :row-actions="false" :groupable="false" + :paging="true" + :rows-per-page="20" key-field="_key" @selection="onSelect" >