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