You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar search bar/filtering UI/UX to the base jobs page available for children/dispatched instances
Use-cases
Seeing failed dispatched instances of a job at a glance
Attempted Solutions
We tried using the status column sorting, but it lumps stopped jobs in with failed ones.
The Nomad API is the only other way, but we'd need to build out a lot of other infra around it
The text was updated successfully, but these errors were encountered:
I got a rough version of this started over at d51fd8a and it's going to be a little more work than I anticipated, owing to retrofitting a newer convention into one of our "classic" Ember components in the UI, plus consolidating things so I don't have so much duplication.
This change'll also be a good opportunity to add real filtering to the child jobs list; currently if will fetch all of them, and any pagination is strictly done on the front-end. We should treat it more like the main Jobs list and only fetch as many as your paginated table calls for.
Look for more updates soon, but it's at least feasible!
Proposal
Similar search bar/filtering UI/UX to the base jobs page available for children/dispatched instances
Use-cases
Seeing failed dispatched instances of a job at a glance
Attempted Solutions
We tried using the status column sorting, but it lumps stopped jobs in with failed ones.
The Nomad API is the only other way, but we'd need to build out a lot of other infra around it
The text was updated successfully, but these errors were encountered: