Add websocket connection info for remaining job types

This commit is contained in:
gconsidine
2018-02-19 13:33:40 -05:00
committed by Jake McDermott
parent e143698484
commit 83897d43a7
3 changed files with 35 additions and 16 deletions
@@ -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;