diff --git a/config/config.example.yml b/config/config.example.yml index 69a9ffd320f..89af133d100 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -290,6 +290,18 @@ collection: edit: undoTimeout: 10000 # 10 seconds +accesscontrol: + epeople: + # Number of entries in the epeople list in the access controll page. + # Rounded to the nearest size in the list of selectable sizes on the + # settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'. + pageSize: 5 + groups: + # Number of entries in the group list in the access controll page. + # Rounded to the nearest size in the list of selectable sizes on the + # settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'. + pageSize: 5 + # Theme Config themes: # Add additional themes here. In the case where multiple themes match a route, the first one diff --git a/src/app/access-control/epeople-registry/epeople-registry.component.html b/src/app/access-control/epeople-registry/epeople-registry.component.html index 4979f858193..1b8b9921f06 100644 --- a/src/app/access-control/epeople-registry/epeople-registry.component.html +++ b/src/app/access-control/epeople-registry/epeople-registry.component.html @@ -41,14 +41,14 @@