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

Add MAINTENANCE_MODE, MAPS_URL

This commit is contained in:
jeremystretch
2021-10-26 10:57:33 -04:00
parent 559dc2f865
commit 94804fecd8
7 changed files with 25 additions and 18 deletions

View File

@@ -28,9 +28,9 @@ class ConfigRevisionAdmin(admin.ModelAdmin):
# ('Pagination', {
# 'fields': ('MAX_PAGE_SIZE', 'PAGINATE_COUNT'),
# }),
# ('Miscellaneous', {
# 'fields': ('GRAPHQL_ENABLED', 'METRICS_ENABLED', 'MAINTENANCE_MODE', 'MAPS_URL'),
# }),
('Miscellaneous', {
'fields': ('MAINTENANCE_MODE', 'MAPS_URL'),
}),
('Config Revision', {
'fields': ('comment',),
})