{% load static %}
Network - IOTAMAK
Network
Experiment
Play
Ping clients
Update clients
agents
Hostname
Username
Status
Active
{% for client in host_list %}
{{ client.hostname }}
{{ client.username }}
{{ client.status }}
{{ client.active }}
Enable/Disable
{% endfor %}
Kill agents
{% if agents %}
Hostname
Agent
{% for agent in agents %}
{{ agent.ip }}
{{ agent.command }}
{% endfor %}
{% else %}
No agents are available.
{% endif %}