mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 15:58:39 -05:00
Add websocket connection info for remaining job types
This commit is contained in:
committed by
Jake McDermott
parent
e143698484
commit
83897d43a7
@@ -119,6 +119,7 @@ function clear () {
|
||||
function processWebSocketEvents (scope, data) {
|
||||
meta.scroll.inProgress = true;
|
||||
|
||||
console.log(data);
|
||||
append([data])
|
||||
.then(() => {
|
||||
container[0].scrollTop = container[0].scrollHeight;
|
||||
|
||||
Reference in New Issue
Block a user