mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Hide view per page on smart inventory modal
This commit is contained in:
@@ -51,7 +51,8 @@ export default ['templateUrl', function(templateUrl) {
|
|||||||
hostList.well = false;
|
hostList.well = false;
|
||||||
let html = GenerateList.build({
|
let html = GenerateList.build({
|
||||||
list: hostList,
|
list: hostList,
|
||||||
input_type: 'host-filter-modal-body'
|
input_type: 'host-filter-modal-body',
|
||||||
|
hideViewPerPage: true
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.list = hostList;
|
$scope.list = hostList;
|
||||||
|
|||||||
Reference in New Issue
Block a user