NetRender tweaks by Brecht

* Client connection is made from panel poll functions even if
netrender is disabled
* Network render slave should print when it has connected to server,
now it says "node initiation", I initially thought this meant it was
not connected yet.
* Web interface should auto-refresh, I got confused if job and slaves
were actually found or not.
This commit is contained in:
2010-04-27 03:14:40 +00:00
parent fd15ba060b
commit 061a306d66
4 changed files with 20 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ def get(handler):
def head(title):
output("<html><head>")
output("<meta http-equiv='refresh' content=5>")
output("<script src='/html/netrender.js' type='text/javascript'></script>")
# output("<script src='/html/json2.js' type='text/javascript'></script>")
output("<title>")