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

{% include 'include/select.html' %} {% if service == 'nginx' or service == 'apache' %} Open {% else %} Open {% endif %} {% if service != 'keepalived' and service != 'apache' %} Stat {% endif %} {% if service != 'keepalived' and service != 'nginx' and service != 'apache' %} Map {% endif %} Compare {% if role <= 3 %} Versions {% endif %}

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

Config {% if config_file_name != 'undefined' %}{{config_file_name.replace('92', '/')}}{%endif%} from {{ serv }}

Back {% if service != 'keepalived' %} {% endif %} {% if service != 'keepalived' %}
Note: When reconfiguring the master server, the slave will be reconfigured automatically
{% endif %}

{% endif %} {% endif %} {% endif %} {% endblock %}