1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add PAGINATE_COUNT, MAX_PAGE_SIZE

This commit is contained in:
jeremystretch
2021-10-26 11:39:39 -04:00
parent 94804fecd8
commit 64d8512fc3
9 changed files with 62 additions and 58 deletions

View File

@@ -25,9 +25,9 @@ class ConfigRevisionAdmin(admin.ModelAdmin):
# ('Logging', {
# 'fields': ('CHANGELOG_RETENTION',),
# }),
# ('Pagination', {
# 'fields': ('MAX_PAGE_SIZE', 'PAGINATE_COUNT'),
# }),
('Pagination', {
'fields': ('PAGINATE_COUNT', 'MAX_PAGE_SIZE'),
}),
('Miscellaneous', {
'fields': ('MAINTENANCE_MODE', 'MAPS_URL'),
}),