mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Hide view per page when adding users/admins to org
This commit is contained in:
@@ -54,7 +54,8 @@ function($scope, $rootScope, ProcessErrors, GetBasePath, generateList,
|
|||||||
let html = generateList.build({
|
let html = generateList.build({
|
||||||
list: list,
|
list: list,
|
||||||
mode: 'edit',
|
mode: 'edit',
|
||||||
title: false
|
title: false,
|
||||||
|
hideViewPerPage: true
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.list = list;
|
$scope.list = list;
|
||||||
|
|||||||
Reference in New Issue
Block a user