mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -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({
|
||||
list: list,
|
||||
mode: 'edit',
|
||||
title: false
|
||||
title: false,
|
||||
hideViewPerPage: true
|
||||
});
|
||||
|
||||
$scope.list = list;
|
||||
|
||||
Reference in New Issue
Block a user