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

make skeleton lines check ordering as well as non-skeleton lines

This commit is contained in:
John Mitchell 2017-08-10 15:17:51 -04:00
parent 754af67d72
commit fbbc41e0cb

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