Reduce the number of pager buttons
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -275,7 +275,7 @@ REST_FRAMEWORK = {
|
||||
# --------- Pagination --------
|
||||
|
||||
PAGINATION_SETTINGS = {
|
||||
'PAGE_RANGE_DISPLAYED': 8,
|
||||
'PAGE_RANGE_DISPLAYED': 5,
|
||||
'MARGIN_PAGES_DISPLAYED': 2,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user