Skip to content

Commit

Permalink
feat: increase default items per page to 50 in workers
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 1, 2024
1 parent 4dac7d7 commit e146ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/workers/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
export default {
data: () => ({
itemsPerPage: 25,
itemsPerPage: 50,
headers: [
{ title: 'Hostname', key: 'hostname', sortable: false },
{ title: 'Architecture', key: 'arch', sortable: false },
Expand Down

0 comments on commit e146ded

Please sign in to comment.