diff --git a/templates/opb_table.html b/templates/opb_table.html new file mode 100644 index 0000000..2c09ce9 --- /dev/null +++ b/templates/opb_table.html @@ -0,0 +1,26 @@ +{% 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 %} +