- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
The page is currently not equipped with filtering and pagination. This makes it consequently:
- impossible to link to (for a specific provisioner daemon)
- find the older jobs (pending jobs from the past)
- have a larger return set than just a few screen-lengths
As a solution to this ticket, we should be able to:
- filter by daemon name (or ID), status, template
- paginate the page (this implies that the results are sorted at least by time)
This ticket effectively invalidates the work done in#17155