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:
commit
87bf10c614
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user