mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
AC-1294 reworked standard out page to support custom scroll bar. Removed use of <pre> elment by parsing the inbound HTML and isolating the style sheet and the job output. Those are now inserted into styled <div> elements, giving the UI better control. The page now listens to the web socket server and refreshes whenver an event happens for the job. On an event the <div> element refreshes and automatically scrolls to the bottom.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"sizzle": "1.10.16",
|
||||
"d3js": "*",
|
||||
"angular-tz-extensions": "~0.3.10",
|
||||
"malihu-custom-scrollbar-plugin": "2.8.3",
|
||||
"malihu-custom-scrollbar-plugin": "2.8.4",
|
||||
"jQuery.dotdotdot": "~1.6.14"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
Reference in New Issue
Block a user