mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-14 04:11:47 -05:00
Update monitor.py
This commit is contained in:
parent
9c040b9eda
commit
e790118396
@ -512,7 +512,7 @@ def build_stats():
|
|||||||
dashboard_server.broadcast(info)
|
dashboard_server.broadcast(info)
|
||||||
sinfo = 's'+ stemplate.render(themec=THEME_COLOR,auth=WEB_AUTH)
|
sinfo = 's'+ stemplate.render(themec=THEME_COLOR,auth=WEB_AUTH)
|
||||||
dashboard_server.broadcast(sinfo)
|
dashboard_server.broadcast(sinfo)
|
||||||
if URL_PATH == "bridges" and BRIDGES and BRIDGES_INC and BTABLE['SETUP']['BRIDGES']:
|
if BRIDGES and BRIDGES_INC and BTABLE['SETUP']['BRIDGES']:
|
||||||
bridges = 'b' + btemplate.render(_table=BTABLE,dbridges=BTABLE['SETUP']['BRIDGES'],auth=WEB_AUTH)
|
bridges = 'b' + btemplate.render(_table=BTABLE,dbridges=BTABLE['SETUP']['BRIDGES'],auth=WEB_AUTH)
|
||||||
dashboard_server.broadcast(bridges)
|
dashboard_server.broadcast(bridges)
|
||||||
build_time = now
|
build_time = now
|
||||||
|
Loading…
Reference in New Issue
Block a user