Skip to content

Commit

Permalink
Merge pull request buildbot#8108 from p12tic/www-increase-default-pag…
Browse files Browse the repository at this point in the history
…ination

www: Increase workers page pagination to 100 items
  • Loading branch information
p12tic authored Oct 10, 2024
2 parents b478cdc + c5a10c5 commit f99065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/base/src/views/WorkersView/WorkersView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ buildbotSetupPlugin((reg) => {
type: 'integer',
name: 'page_size',
caption: 'Number of workers to show per page',
defaultValue: 25
defaultValue: 100
}]
});
});

0 comments on commit f99065d

Please sign in to comment.