{% extends "base.html" %} {% block title %}Edit HAProxy Config{% endblock %} {% block nav_edit %} active{% endblock %} {% block extra_css %} #editor_container{ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } .dark-mode #editor_container{ box-shadow: 0 0 15px 5px rgba(43, 185, 199, 0.05); } .dark-mode textarea{ background-color: #25354e; color: white; } {% endblock %} {% block content %}

Edit HAProxy Configuration

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