Skip to content

Commit

Permalink
Increase perPage variable for monitored tags (#1237)
Browse files Browse the repository at this point in the history
Currently, all pages show 50 jobs per page. Only the Monitored Tags page is limited to 3 jobs per page. In my opinion, this makes little sense and especially if you want to monitor a lot more jobs, it is very difficult to find the right jobs or to get an overview of the last jobs that have been run.
  • Loading branch information
joshuaruesweg authored Jan 17, 2023
1 parent 355ff05 commit d793ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/screens/monitoring/tag-jobs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
loadingNewEntries: false,
hasNewEntries: false,
page: 1,
perPage: 3,
perPage: 50,
totalPages: 1,
jobs: []
};
Expand Down

0 comments on commit d793ae5

Please sign in to comment.