From 12ea9ae665bf9c2a197ea10f03f6350b95e66311 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 5 Apr 2021 10:24:24 +0200 Subject: [PATCH] Update main_table.html --- templates/main_table.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 %}