-
Bug
-
Resolution: Done-Errata
-
Normal
-
6.15.z
-
1
-
False
-
-
False
-
rubygem-foreman_remote_execution-13.2.4
-
0
-
Endeavour
-
-
-
No
Description of problem:
After executing an "Ansible command" job the details page shows two links "scroll bottom" and "scroll top" but none of them works.
How reproducible:
Always
Steps to Reproduce:
1. Execute a "Remote Ansible Command" job
2. Enter into the Job details page
3. Click "Scroll to bottom" Link
Actual behavior:
Nothing happens
Expected behavior:
The page scrolls down.
Proposed solution:
The javascript code executed on the "a href" not longer works because content is not into "body" tag but into "rails-app-content" div. Replace current javascript code for something similar to below code should fix it:
- "Scroll bottom" link.
$('#rails-app-content').scrollTop($('#rails-app-content').prop("scrollHeight"))
- The same way "Scroll top" link could read:
$('#rails-app-content').scrollTop(0)
- is cloned by
-
SAT-28692 "Scroll bottom" "Scroll top" links in Job invocation details are broken
- Backlog
- is duplicated by
-
SAT-27096 Scroll to bottom / top link does not work at a hosts Job Output page
- Closed
- links to
-
RHBA-2024:140284 Important: Satellite 6.16.0 release