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