bug fixes and small changes

This commit is contained in:
2009-08-30 02:40:42 +00:00
parent 2cb6078900
commit c9d2a1b71b
5 changed files with 50 additions and 36 deletions

View File

@@ -255,6 +255,18 @@ NetRenderSlave.StringProperty( attr="adress",
maxlen = 64,
default = "")
NetRenderSlave.StringProperty( attr="last_seen",
name="Last time slave was seen by server",
description="",
maxlen = 64,
default = "")
NetRenderSlave.StringProperty( attr="stats",
name="Hardware stats of the slave",
description="",
maxlen = 128,
default = "")
NetRenderJob.StringProperty( attr="id",
name="ID of the job",
description="",