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

Move CUSTOM_VALIDATORS to dynamic configuration

This commit is contained in:
jeremystretch
2021-11-08 15:22:29 -05:00
parent 2a00519b93
commit f8e44c09eb
7 changed files with 38 additions and 33 deletions

View File

@ -27,6 +27,9 @@ class ConfigRevisionAdmin(admin.ModelAdmin):
('Pagination', {
'fields': ('PAGINATE_COUNT', 'MAX_PAGE_SIZE'),
}),
('Validation', {
'fields': ('CUSTOM_VALIDATORS',),
}),
('NAPALM', {
'fields': ('NAPALM_USERNAME', 'NAPALM_PASSWORD', 'NAPALM_TIMEOUT', 'NAPALM_ARGS'),
}),