From 88d5a8f33cc7c2a43ec8f690f954f4a83ff887fb Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 6 Jan 2021 12:52:14 +0100 Subject: [PATCH] Delete opb_table.html --- templates/opb_table.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 templates/opb_table.html diff --git a/templates/opb_table.html b/templates/opb_table.html deleted file mode 100644 index 2c09ce9..0000000 --- a/templates/opb_table.html +++ /dev/null @@ -1,26 +0,0 @@ -{% include 'buttons.html' ignore missing %} -
- .: OpenBridge status :.  - {% if _table['OPENBRIDGES']|length >0 %} - - - - - - - {% for _openbridge in _table['OPENBRIDGES'] %} - - - - - - {% endfor %} -
OpenBridge
Systems
Network IDActive Calls
{{ _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 the HBLink server ... or not defined on HBLink
- {% endif %} -