diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index b2182db867..74cdc5260c 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -309,7 +309,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar name: event.event_data.host, created: event.created, msg: msg, - counter: counter, + counter: event.counter, item: item }; }