mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Merge pull request #386 from mabashian/7566-clearall-host-filter
Fixed host filter clear all
This commit is contained in:
commit
10a0c0164b
@ -29,7 +29,7 @@ export default ['templateUrl', function(templateUrl) {
|
||||
$scope.host_default_params = {
|
||||
order_by: 'name',
|
||||
page_size: 5,
|
||||
inventory__organization: null
|
||||
inventory__organization: $scope.organization
|
||||
};
|
||||
|
||||
$scope.host_queryset = _.merge({
|
||||
|
Loading…
Reference in New Issue
Block a user