{% extends load_base %} {% load i18n %} {% load gui_utils %} {% block javascript %} {% endblock %} {% block base_content %} {% include "gui/mdata_template.html" with key_class="narrower-fill" value_class="narrow-fill" %} {% include "gui/array_template.html" with value_class="narrow-fill" %}
{% trans "This might be dangerous!" %}

{% trans "Changing these advanced settings may cause application errors and lead to software malfunction. You should only continue if you are sure of what you are doing." %}

{{ request.dc.alias }} {% trans "Datacenter settings" %}
{% include "gui/dc/dc_settings_table.html" %}
{% include "gui/dc/dc_global_toggle.html" %}
  • Zabbix is a registered trademark of Zabbix LLC.
{% endblock %}