1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Merge pull request #246 from jlmitch5/fixStdOutOrdering

make skeleton lines check ordering as well as non-skeleton lines
This commit is contained in:
jlmitch5 2017-08-11 10:31:23 -04:00 committed by GitHub
commit 9b27bc193f

View File

@ -373,7 +373,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
.after($compile(mungedEvent
.stdout)($scope.events[mungedEvent
.counter]));
} else if (mungedEvent.stdout.indexOf("not_skeleton") > -1) {
} else {
var putIn;
var classList = $("div",
"<div>"+mungedEvent.stdout+"</div>")
@ -426,8 +426,6 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
classList = null;
putIn = null;
} else {
appendToBottom(mungedEvent);
}
// delete ref to the elem because it might leak scope