comparison 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
comparison
equal deleted inserted replaced
20:0a829ad6e116 21:48b4c926be73
13 <th>Buildbot Suite</th> 13 <th>Buildbot Suite</th>
14 <th>Buildbot Command</th> 14 <th>Buildbot Command</th>
15 <th>TBPL Name</th> 15 <th>TBPL Name</th>
16 <th>Talos Tests</th> 16 <th>Talos Tests</th>
17 </tr> 17 </tr>
18 {{for suite in suites}}
19 <tr>
20 <td>{{suite}}</td>
21 <td><tt>{{repr(commands[suite])}}</tt></td>
22 <td>{{tbpl[suite]}}</td>
23 <td><pre>foo
24
25
26 bar</pre></td>
27 </tr>
28 {{endfor}}
18 </table> 29 </table>
19 </body> 30 </body>
20 </html> 31 </html>