Commit bd896a9f authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack-monitor: status.cgi shows in a list succesful tests

parent a5adf917
......@@ -24,7 +24,9 @@ for r in result:
print "<br/>"
print "<h2>These scripts and promises were successful :</h2>"
print "<ul>"
for r in result:
if result[r] == '':
print "<h3>%s</h3><p>%s</p>" % (r, result[r])
print "<li>%s</li>" % (r)
print "</ul>"
print "</body></html>"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment