mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Fixed host filter clearall
This commit is contained in:
@@ -29,7 +29,7 @@ export default ['templateUrl', function(templateUrl) {
|
|||||||
$scope.host_default_params = {
|
$scope.host_default_params = {
|
||||||
order_by: 'name',
|
order_by: 'name',
|
||||||
page_size: 5,
|
page_size: 5,
|
||||||
inventory__organization: null
|
inventory__organization: $scope.organization
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.host_queryset = _.merge({
|
$scope.host_queryset = _.merge({
|
||||||
|
|||||||
Reference in New Issue
Block a user