1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #7057 from mabashian/6823-smart-inv-per-page

Hide view per page on smart inventory modal
This commit is contained in:
Michael Abashian 2017-07-13 18:35:51 -04:00 committed by GitHub
commit 635561390b

View File

@ -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;