mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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…
x
Reference in New Issue
Block a user