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