mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-11 19:22:59 +02:00
Migrate pagination and jobinfo
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user