{% extends "index.html" %} {% block content %}
Network composition
Distribution of reducers, combiners and clients.
Download config
To connect additional clients you need a configuration which you can download here.
Combiners
{% if not combiner_info %} {% else %} {% for dict_item in combiner_info %} {% endfor %}
Name Active trainers Active validators
{{ dict_item['name'] }} {{ dict_item['nr_active_trainers'] }} {{ dict_item['nr_active_validators'] }}
{% endif %}
Clients
{% if not active_clients %} {% else %} {% for client in active_clients %} {% if client['status'] == 'offline' %} {% else %} {% endif %} {% endfor %}
Name Combiner IP Updated At Role Status
{{ client['name'] }} {{ client['combiner'] }} {{ client['ip'] }} {{ client['updated_at'] }} {{ client['role'] }}

{{ client['status'] }}

{{ client['status'] }}

{% endif %}
{% endblock %}