[svn r38025] Fix a bit web reporter (still not perfect)
--HG-- branch : trunk
This commit is contained in:
parent
1945487f4a
commit
63bbe18a7e
|
@ -137,6 +137,7 @@ class ExportedMethods(BasicExternal):
|
|||
self.stdout = {}
|
||||
self.stderr = {}
|
||||
self.all = 0
|
||||
self.to_rsync = {}
|
||||
|
||||
def findmodule(self, item):
|
||||
# find the most outwards parent which is module
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -185,7 +185,7 @@ def process(msg):
|
|||
host_elem.childNodes[0].nodeValue = '%s[%s]' % (
|
||||
glob.host_dict[msg['hostkey']], count)
|
||||
|
||||
elif msg['type'] == 'HostReady':
|
||||
elif msg['type'] == 'HostRSyncRootReady':
|
||||
host_elem = dom.document.getElementById(msg['hostkey'])
|
||||
host_elem.style.background = \
|
||||
"#00ff00"
|
||||
|
|
Loading…
Reference in New Issue