-
Notifications
You must be signed in to change notification settings - Fork 66
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
Jobs output expandable section #2231
Jobs output expandable section #2231
Conversation
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.
This is great! Just a couple things I would suggest improving:
If you collapse all, then expand the Play, the "collapse all" button is still in the collapsed state and clicking it once doesn't expand/collapse anything. I think you might need to setCollapsedAll(false)
any time a single item is expanded or collapsed.
1fcad09
to
f4a0146
Compare
https://issues.redhat.com/browse/AAP-14459
https://issues.redhat.com/browse/AAP-14717
Find job with type Playbook run. Then detail and outputs.
What is added:
Topmost expand all expands Playbooks and Tasks outputs.
When section is expanded, it renders (...) rectangle under line number.