mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
Wait('start');
|
Wait('start');
|
||||||
JobDetailService.getJobHostSummaries($stateParams.id, {
|
JobDetailService.getJobHostSummaries($stateParams.id, {
|
||||||
page_size: page_size,
|
page_size: page_size,
|
||||||
host_name__icontains: $scope.searchTerm,
|
host_name__icontains: encodeURIComponent($scope.searchTerm),
|
||||||
}).success(function(res){
|
}).success(function(res){
|
||||||
$scope.hosts = res.results;
|
$scope.hosts = res.results;
|
||||||
$scope.next = res.next;
|
$scope.next = res.next;
|
||||||
|
|||||||
Reference in New Issue
Block a user