mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
i accidentally removed the "-1" from this check, adding it back in
This commit is contained in:
@@ -330,7 +330,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
|||||||
$scope.events[mungedEvent.counter]
|
$scope.events[mungedEvent.counter]
|
||||||
.event = mungedEvent;
|
.event = mungedEvent;
|
||||||
|
|
||||||
if (mungedEvent.stdout.indexOf("not_skeleton")) {
|
if (mungedEvent.stdout.indexOf("not_skeleton") > -1) {
|
||||||
// put non-duplicate lines into the standard
|
// put non-duplicate lines into the standard
|
||||||
// out pane where they should go (within the
|
// out pane where they should go (within the
|
||||||
// right header section, before the next line
|
// right header section, before the next line
|
||||||
|
|||||||
Reference in New Issue
Block a user