From 9a633bcc7df95b513bde7559f9f2a1de219b08b0 Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 18 May 2021 17:19:45 +0200 Subject: [PATCH] Add files via upload --- templates/opb_table.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/opb_table.html diff --git a/templates/opb_table.html b/templates/opb_table.html new file mode 100644 index 0000000..5998452 --- /dev/null +++ b/templates/opb_table.html @@ -0,0 +1,25 @@ +
+ .: OpenBridge status :.  + {% if _table['OPENBRIDGES']|length >0 %} + + + + + + + {% for _openbridge in _table['OPENBRIDGES'] %} + + + + + + {% endfor %} +
OpenBridge
Systems
Network IDActive QSO
{{ _openbridge}}
Net ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }}
{% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}[{{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }}: {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}] {% endfor %}
+ {% else %} + + + + +
Waiting for data from Server ... or not defined on Server
+ {% endif %} +