diff -r 000000000000 -r 4f2f89ce4247 WebKitTools/QueueStatusServer/templates/dashboard.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebKitTools/QueueStatusServer/templates/dashboard.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,44 @@ + + + +WebKit Bot Status + + + + +

WebKit Bot Status

+ + + + + + {% for header in headers %} + + {% endfor %} + + + {% for row in rows %} + + + + {% for bubble in row.bubbles %} + + {% endfor %} + {% endfor %} + +
BugAttachment{{ header }}
+ {{ row.bug_id|force_escape|webkit_bug_id|safe }} + + {{ row.attachment_id|force_escape|webkit_attachment_id|safe }} + +
+