+ {% if conf_data['listen_port'] == "" and conf_data['status'] == "stopped" %} + + {% endif %} + {% if conf_data['conf_address'] == "N/A" %} + + {% endif %}
CONFIGURATION -

{{conf_data['name']}}

+

{{conf_data['name']}}

ACTION
@@ -47,7 +57,14 @@
LISTEN PORT -
{{conf_data['listen_port']}}
+
+ {% if conf_data['listen_port'] == "" %} + N/A + {% else %} + {{conf_data['listen_port']}} + {% endif %} + +
ADDRESS @@ -81,18 +98,22 @@
-
- +
+
+ + +
+