diff talosnames/templates/index.html @ 21:48b4c926be73

getting there
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:56:34 -0700
parents 0a829ad6e116
children 82d15f93cc4a
line wrap: on
line diff
--- a/talosnames/templates/index.html	Tue Jul 10 18:39:46 2012 -0700
+++ b/talosnames/templates/index.html	Tue Jul 10 18:56:34 2012 -0700
@@ -15,6 +15,17 @@
   <th>TBPL Name</th>
   <th>Talos Tests</th>
 </tr>
+{{for suite in suites}}
+<tr>
+  <td>{{suite}}</td>
+  <td><tt>{{repr(commands[suite])}}</tt></td>
+  <td>{{tbpl[suite]}}</td>
+  <td><pre>foo
+
+
+bar</pre></td>
+</tr>
+{{endfor}}
 </table>
 </body>
 </html>