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

File System Replication

{% endblock %} {% block content %}
{% for server in servers %} {% endfor %}
Server ID Hostname IP Address File System Replication Installed Status
{{server.id}} {{server.hostname}} {{server.ip}} {% if server.csync %} {% else %} {% endif %}
{%if csync %} Re-install {% else %} Install {% endif %} File System Replication {% if csync %} {% endif %}
{% include 'confirm_modal.html' %} {% endblock %} {% block js %} {% endblock %}