{% load i18n %}
{% trans "Rack elevations" %} | ||
{% trans "Default unit height" %} | {{ config.RACK_ELEVATION_DEFAULT_UNIT_HEIGHT }} | |
---|---|---|
{% trans "Default unit width" %} | {{ config.RACK_ELEVATION_DEFAULT_UNIT_WIDTH }} | |
{% 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 }} | |
{% trans "IPAM" %} | ||
{% trans "Enforce global unique" %} | {% checkmark config.ENFORCE_GLOBAL_UNIQUE %} | |
{% trans "Prefer IPv4" %} | {% checkmark config.PREFER_IPV4 %} | |
{% trans "Security" %} | ||
{% trans "Allowed URL schemes" %} | {{ config.ALLOWED_URL_SCHEMES|join:", "|placeholder }} | |
{% 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 }} | |
{% trans "Pagination" %} | ||
{% trans "Paginate count" %} | {{ config.PAGINATE_COUNT }} | |
{% trans "Max page size" %} | {{ config.MAX_PAGE_SIZE }} | |
{% 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|json }} |
{% else %}
{{ ''|placeholder }} | {% endif %}
{% trans "User preferences" %} | ||
{% trans "Default preferences" %} | {% if config.DEFAULT_USER_PREFERENCES %}{{ config.DEFAULT_USER_PREFERENCES|json }} |
{% else %}
{{ ''|placeholder }} | {% endif %}
{% trans "Miscellaneous" %} | ||
{% trans "Maintenance mode" %} | {% checkmark config.MAINTENANCE_MODE %} | |
{% trans "GraphQL enabled" %} | {% checkmark config.GRAPHQL_ENABLED %} | |
{% trans "Changelog retention" %} | {{ config.CHANGELOG_RETENTION }} | |
{% trans "Job retention" %} | {{ config.JOB_RETENTION }} | |
{% trans "Maps URL" %} | {{ config.MAPS_URL }} |