mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Fixed JS compile error
This commit is contained in:
parent
9e6121b63e
commit
17d9d2000f
@ -1047,8 +1047,6 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge
|
||||
return 0;
|
||||
});
|
||||
|
||||
console.log(hostSummaries);
|
||||
|
||||
while (idx < keys.length && result.length < scope.hostSummariesMaxRows) {
|
||||
if (scope.searchAllStatus === 'failed') {
|
||||
if (hostSummaries[keys[idx]].status === 'failed') {
|
||||
@ -1290,4 +1288,4 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge
|
||||
my_scope.$destroy();
|
||||
};
|
||||
};
|
||||
}]);
|
||||
}]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user