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:
commit
635561390b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user