{% extends "base.html" %} {% block content %}
Server Action Last edit restart
WAF Action WAF mode restart
Tools status
{% if metrics_master|int() >= 1 %} UP {% else %} DOWN {% endif %} Metrics master {% if checker_master|int() >= 1 %} UP {% else %} DOWN {% endif %} Checker master {% if keep_alive|int() >= 1 %} UP {% else %} DOWN {% endif %} Keep alive
{% if metrics_worker|int() >= 1 %} UP {% else %} DOWN {% endif %} Metrics workers {% if checker_worker|int() >= 1 %} UP {% else %} DOWN {% endif %} Checker workers
{% 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 Group Role Show all
{{ USER.1 }} Edit {{ group.1 }}{{ USER.4 }}
{% for group in groups %} {% endfor %}
Group Desctiption
{{ group.1 }} Edit {{ group.2 }}
{% for role in roles %} {% endfor %}
Role Desctiption
{{ role.1 }} {{ role.2 }}
{% endif %} {% endblock %}