mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fixed JS compile error.
This commit is contained in:
@@ -1010,7 +1010,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
|||||||
name: name,
|
name: name,
|
||||||
url: scope.job.related.job_events + '?event__icontains=runner'
|
url: scope.job.related.job_events + '?event__icontains=runner'
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user