diff --git a/templates/main_table.html b/templates/main_table.html index f5b3d0a..1501a39 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -4,6 +4,9 @@ {% endif %}
 .: Connected to DMR Server :.  + +{% if _table['MASTERS']|length >0 %} + {% if _table['MASTERS']|length >0 %}
@@ -52,6 +55,12 @@ {% endfor %} {% endif %} -
-
+
+{% else %} + + + + +
Waiting for data from the DMR server ...
+{% endif %}