{% if not request.headers.get("Hx-Request") %} {% extends "base.html" %} {% endif %} {% block breadcrumb %} {% endblock breadcrumb %} {% block body %}

Settings

System settings

Settings marked with a "🚫" symbol are read only. All other options will be propagated across the cluster.
Requires all nodes to be online.

{% with schema=schemas.system_settings, current_data=settings.details, root_key="details" %} {% include "includes/form_builder.html" %} {% endwith %}
{% endblock body %}