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

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