{% extends "base.html" %} {% block content %} {% if role <= 1 %} {% set counter = 0 -%} {% for USER in users %} {% set counter = counter + loop.index0 %} {% if counter <= 2 %} {% for group in groups %} {% if USER.5 == group.0|string() %} {% endif %} {% endfor %} {% else %} {% for group in groups %} {% if group.0|string() == USER.5 %} {% endif %} {% endfor %} {% endif %} {% endfor %}
Login Email Group Role Show all
{{ USER.1 }} Edit {{ USER.2 }}{{ group.1 }}{{ USER.4 }}
Tools status
{% if metrics_master|int() >= 1 %} UP {% else %} DOWN {% endif %} Metrics master {% if metrics_worker|int() >= 1 %} UP {% else %} DOWN {% endif %} Metrics workers {% if checker_master|int() >= 1 %} UP {% else %} DOWN {% endif %} Checker master {% if checker_worker|int() >= 1 %} UP {% else %} DOWN {% endif %} Checker workers
{% endif %}
Server HAproxy status Action Last edit restart
Server WAF status Action WAF mode restart
Server HAproxy info Server status Front/Back-ends restart
{% endblock %}