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:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user