{% extends "base.html" %} {% block content %}
{% if selects|length == 0 %} {% include 'include/getstarted.html' %} {% else %}

{% if service != 'keepalived' %} Open Stat {% endif %} {% if service != 'keepalived' and service != 'nginx'%} Map {% endif %} {% if service != 'keepalived' %} Compare {% if role <= 3 %} Versions {% endif %} {% else %} {% if role <= 3 %} Versions {% endif %} {% endif %}

{% endif %} {% if stderr or error %} {% include 'include/errors.html' %} {% endif %} {% if config %} {% if role <= 3 %}

Config from {{ serv }}

{% if service == 'haproxy' %} {% endif %} {% if service != 'keepalived' %} {% endif %}

Note: When reconfiguring the master server, the slave will be reconfigured automatically
{% endif %} {% endif %}
{% endblock %}