mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Introduce DEFAULT_USER_PREFERENCES dynamic config setting
This commit is contained in:
@ -31,6 +31,7 @@ PREFERENCES = {
|
||||
'pagination.per_page': UserPreference(
|
||||
label='Page length',
|
||||
choices=get_page_lengths(),
|
||||
description='The number of objects to display per page',
|
||||
coerce=lambda x: int(x)
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user