mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Fixed host filter clearall
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user