Update UI on instance fetch

This commit is contained in:
Natsumi
2025-10-07 19:55:40 +13:00
parent 53ccaf25e9
commit ec86cbf9b6
4 changed files with 31 additions and 3 deletions

View File

@@ -95,7 +95,7 @@
const mergedPaginationProps = computed(() => ({
layout: 'sizes, prev, pager, next, total',
pageSizes: [20, 50, 100, 200],
pageSizes: [10, 15, 20, 25, 50, 100],
small: true,
...paginationProps.value
}));