Fixed host filter clearall

This commit is contained in:
mabashian
2017-09-01 09:27:48 -04:00
parent ddc2af0691
commit 7318cbae9b

View File

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