{% extends "main.html" %} {% block content %}
{% load material_form %}
Instance config
{% csrf_token %} {% form form=form %}{% endform %}
Server instances

{% for name,executor in executors.items %} {% if executor.is_alive %} {% else %} {% endif %} {% endfor %}
Instance NameServer NameConfigUDPTCPPID
{{name}} {{executor.serverName}} {{executor.config}} {{executor.udpPort}} {{executor.tcpPort}} {% if executor.is_alive %} {{executor.p.pid}} {% else %} exited with {{executor.retval}} {% endif %}
{% endblock %}