mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Hide view per page on smart inventory modal
This commit is contained in:
parent
8e8324983b
commit
484b01c14f
@ -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…
x
Reference in New Issue
Block a user