Skip to content

Commit

Permalink
Add option to show all packages on monitor page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Dec 5, 2018
1 parent 2861dd2 commit c1e2725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/app/assets/javascripts/webui2/project_monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function setupProjectMonitor() { // jshint ignore:line
scrollY: "50vh",
fixedColumns: true,
pageLength: 50,
lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
search: {
regex: true,
smart: false,
Expand Down

0 comments on commit c1e2725

Please sign in to comment.