{% extends "base.html" %} {% set active_page = "" %} {% block title %}HAProxy • Edit{% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}

Edit HAProxy configuration

{% if check_output %}
{% if 'Fatal errors' in check_output or 'error detected while parsing an' in check_output %} {% elif 'Warnings' in check_output %} {% else %} {% endif %}
{% endif %}
{% endblock %} {% block page_js %} {% endblock %}