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

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;