1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #86 from mabashian/7272-per-page

Hide view per page when adding users/admins to org
This commit is contained in:
Michael Abashian 2017-07-28 09:41:00 -04:00 committed by GitHub
commit 87bf10c614

View File

@ -54,7 +54,8 @@ function($scope, $rootScope, ProcessErrors, GetBasePath, generateList,
let html = generateList.build({
list: list,
mode: 'edit',
title: false
title: false,
hideViewPerPage: true
});
$scope.list = list;