mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fixed host filter clearall
This commit is contained in:
parent
ddc2af0691
commit
7318cbae9b
@ -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…
x
Reference in New Issue
Block a user