-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert JobList to PaginatedTable #8970
Convert JobList to PaginatedTable #8970
Conversation
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
8411f6a
to
2abcc8e
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
2abcc8e
to
fc775df
Compare
Build succeeded.
|
Hey @keithjgrant I've verified that the user can:
Responsive tests against: Considerations: If the user selects a running/pending and a successful job the delete button is enabled and trying to delete both: Are these data Could you add a data-ouia-component-id (when available) or IDs on:
|
fc775df
to
2c17d56
Compare
At this point we don't have plans for additional sorting options beyond the column headers, but it's worth revisiting at some point to bring them back in an enhancement (it would take a bit of UI we haven't mocked up or worked through yet)
It looks like this is the current behavior in devel as well. Can you file an issue and we can deal with it separately from this PR?
Yeah, these are duplicated from the non-expanded row. Though that's probably not necessary... Thoughts on this @trahman73 ?
👍🏻 |
Build succeeded.
|
Build succeeded.
|
Hey @keithjgrant look Steps to reproduce: On the checkbox row the aria-label is incorrect, "Select all rows": |
Build succeeded.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, added a PR to fix some broken tests and add more coverage about the list here https://github.com/ansible/tower-qa/pull/5909
Build succeeded (gate pipeline).
|
SUMMARY
Converts JobList component to use PaginatedTable. I also added the expandable content rows while I was in there
addresses #6189
ISSUE TYPE
COMPONENT NAME