diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js index 4556935bd1..90a04bbbc5 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js @@ -51,7 +51,8 @@ export default ['templateUrl', function(templateUrl) { hostList.well = false; let html = GenerateList.build({ list: hostList, - input_type: 'host-filter-modal-body' + input_type: 'host-filter-modal-body', + hideViewPerPage: true }); $scope.list = hostList;