Migrate pagination and jobinfo

This commit is contained in:
Christoph Kluge
2025-06-13 17:05:07 +02:00
parent 6dde2a1e59
commit d40657dc64
4 changed files with 70 additions and 52 deletions

View File

@@ -321,7 +321,7 @@
{itemsPerPage}
itemText="Jobs"
totalItems={matchedListJobs}
on:update-paging={({ detail }) => {
updatePaging={(detail) => {
if (detail.itemsPerPage != itemsPerPage) {
updateConfiguration(detail.itemsPerPage.toString(), detail.page);
} else {