Hide view per page on smart inventory modal

This commit is contained in:
Michael Abashian 2017-07-13 14:05:12 -04:00
parent 8e8324983b
commit 484b01c14f

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;