netbox/templates/core/inc/config_data.html
{% load i18n %}
{# Rack elevations #} | {% trans "Rack elevations" %} | | {% trans "Default unit height" %} | {{ config.RACK_ELEVATION_DEFAULT_UNIT_HEIGHT }} | | {% trans "Default unit width" %} | {{ config.RACK_ELEVATION_DEFAULT_UNIT_WIDTH }} | {# Power feeds #} | {% trans "Power feeds" %} | | {% trans "Default voltage" %} | {{ config.POWERFEED_DEFAULT_VOLTAGE }} | | {% trans "Default amperage" %} | {{ config.POWERFEED_DEFAULT_AMPERAGE }} | | {% trans "Default max utilization" %} | {{ config.POWERFEED_DEFAULT_MAX_UTILIZATION }} | {# IPAM #} | {% trans "IPAM" %} | | {% trans "Enforce global unique" %} | {% checkmark config.ENFORCE_GLOBAL_UNIQUE %} | | {% trans "Prefer IPv4" %} | {% checkmark config.PREFER_IPV4 %} | {# Security #} | {% trans "Security" %} | | {% trans "Allowed URL schemes" %} | {{ config.ALLOWED_URL_SCHEMES|join:", "|placeholder }} | {# Banners #} | {% trans "Banners" %} | | {% trans "Login banner" %} | {{ config.BANNER_LOGIN|placeholder }} | | {% trans "Maintenance banner" %} | {{ config.BANNER_MAINTENANCE|placeholder }} | | {% trans "Top banner" %} | {{ config.BANNER_TOP|placeholder }} | | {% trans "Bottom banner" %} | {{ config.BANNER_BOTTOM|placeholder }} | {# Pagination #} | {% trans "Pagination" %} | | {% trans "Paginate count" %} | {{ config.PAGINATE_COUNT }} | | {% trans "Max page size" %} | {{ config.MAX_PAGE_SIZE }} | {# Validation #} | {% trans "Validation" %} | | {% trans "Custom validators" %} | {% if config.CUSTOM_VALIDATORS %}
{{ config.CUSTOM_VALIDATORS }}
| {% else %} {{ ''|placeholder }} | {% endif %} | {% trans "Protection rules" %} | {% if config.PROTECTION_RULES %}
{{ config.PROTECTION_RULES }}
| {% else %} {{ ''|placeholder }} | {% endif %} {# User Preferences #} | {% trans "User preferences" %} | | {% trans "Default preferences" %} | {% if config.DEFAULT_USER_PREFERENCES %}
{{ config.DEFAULT_USER_PREFERENCES }}
| {% else %} {{ ''|placeholder }} | {% endif %} {# Changelog #} | {% trans "Change log" %} | | {% trans "Changelog retention" %} | {{ config.CHANGELOG_RETENTION }} | | {% trans "Changelog retain create & last update records" %} | {% checkmark config.CHANGELOG_RETAIN_CREATE_LAST_UPDATE %} | {# Miscellaneous #} | {% trans "Miscellaneous" %} | | {% trans "Maintenance mode" %} | {% checkmark config.MAINTENANCE_MODE %} | | {% trans "NetBox Copilot enabled" %} | {% checkmark config.COPILOT_ENABLED %} | | {% trans "GraphQL enabled" %} | {% checkmark config.GRAPHQL_ENABLED %} | | {% trans "Job retention" %} | {{ config.JOB_RETENTION }} | | {% trans "Maps URL" %} | {{ config.MAPS_URL }} |