-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature: Way to stop following ansible output #63
Comments
Also, it would be nice to be able to scroll up the logs even if the job is not yet terminated. Currently, you can scroll a bit, but you are quickly put back at the bottom of the log. Frustrating! 😆 |
Please try it in a private tab. Maybe something was cached. |
Firefox (v130.0), of course ;-)
|
Oh, I'm sorry, it was my Nginx rewrite of It's working well. I would add some CSS to move the buttons above other job's: .aw-execution-logs-footer {
position: fixed;
bottom: 60px;
right: 5vw;
/*padding-left: 20px;*/
/* Adding something like that: */
z-index: 9;
background-color: white;
padding: 5px 10px;
border: 1px solid;
} |
Yeah. Just tried 1h to get the damn buttons to vanish once they overflow the logs-container.. but no luck. The only workaround I could think of, is using JS to check if the buttons overlap the logs-container and hide them if they are over or under the 'parent' container. But that's far from a 'clean' solution. |
Scope
Frontend (User Interface)
Description
When you click the "Show Logs" button to watch Ansible output of a job, it's quite hard to close it back, as it's always moving/resizing its frame.
Maybe making it a little less high, to make sure the "Collapse" and "Stop Execution" buttons are always visible, could be a solution. And/or to use the Escape key to close the frame, too?
The text was updated successfully, but these errors were encountered: