{% extends "base.html" %} {% block content %}
{% for user in users %} {% endfor %}
Login name Password Email Role Group

+ Add

{% for group in groups %} {% if group.1 == All %} {% else %} {% endif %} {% endfor %}
Name Desciption
{{ group.1 }} {{ group.2 }}

+ Add

{% for server in servers %} {% endfor %}
Hostname IP Group Enable Virt(?) Alert(?) Metrics(?) Slave for (?) Credentials
{% if server.5 == 1 %} {% else %} {% endif %} {% if server.4 == 1 %} {% else %} {% endif %} {% if server.8 == 1 %} {% else %} {% endif %} {% if server.9 == 1 %} {% else %} {% endif %}

+ Add

{% for role in roles %} {% endfor %}
Name Desciption
{{role.1}} {{role.2}}
{% for ssh in sshs %} {% endfor %}
Name(?) SSH key(?) Group Credentials(?)
{% if ssh.2 == 1 %} {% else %} {% endif %}

{% if ssh.2 == 1 %} {% else %} {% endif %}

+ Add

Upload SSH Key Key(?)


Upload
{% for telegram in telegrams %} {% endfor %}
Token(?) Chanel name Group

+ Add

{% endblock %}