{% extends "base.html" %} {% block content %}

Choose server

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

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

Config from {{ serv }}

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

{% if note %}
Note: If you reconfigure Master server, Slave will reconfigured automatically
{% endif %}
{% endif %} {% endif %} {% if aftersave %}
New config was saved as: {{ cfg }}
{% if stderr or error %} {% include 'include/errors.html' %} {% else %}
Config is ok
Go to view stats {% endif %} {% endif %}
{% endblock %}