From 484b01c14f30952368c3593cab29cada99f1adb0 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 13 Jul 2017 14:05:12 -0400 Subject: [PATCH] Hide view per page on smart inventory modal --- .../host-filter-modal/host-filter-modal.directive.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;