1
0
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:
Michael Abashian 2017-09-01 11:32:48 -04:00 committed by GitHub
commit 10a0c0164b

View File

@ -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({