{% extends "main.html" %} {% block content %} {% load django_bootstrap5 %} {% bootstrap_css %} {% bootstrap_javascript %}
Instance Name | Server Name | Config | UDP | TCP | PID | ||||
{{name}} | {{executor.serverName}} | {{executor.config}} | {{executor.udpPort}} | {{executor.tcpPort}} | {% if executor.is_alive %} {{executor.p.pid}} {% else %} exited with {{executor.retval}} {% endif %} | {% if executor.is_alive %}{% else %} | {% endif %} |