diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index bb777edf0f..afdf93c409 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -220,7 +220,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar name = ""; } scope.jobData.hostSummaries[name] = { - id: name, + id: event.host, name: name, ok: event.ok, changed: event.changed,