1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
Chris Houseknecht 2014-08-14 13:24:50 -04:00
parent f134de0be3
commit e8832672db

View File

@ -1197,8 +1197,8 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
scope.next_host_summaries = data.next;
data.results.forEach(function(row) {
var name;
if (event.host_name) {
name = event.host_name;
if (row.host_name) {
name = row.host_name;
}
else {
name = "<deleted host>";