diff --git a/templates/main_table.html b/templates/main_table.html index d570139..04d29c3 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -116,6 +116,15 @@
{% for _peer, _pdata in _table['PEERS'].items() %}   {{_peer}}   + {% if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' %} + +
  Connected  
+
+ {% else %} + +
  Disconnected  
+
+ {% endif %}
  {% endfor %}