comparison talosnames/templates/index.html @ 45:c1cbb79a6aaf

now get all buildbot info dynamically; also better formatting for web view
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 13 Aug 2012 00:01:02 -0700
parents 10e59c3ae847
children 687d31c93111
comparison
equal deleted inserted replaced
44:10e59c3ae847 45:c1cbb79a6aaf
129 <i><span>(disabled)</span></i> 129 <i><span>(disabled)</span></i>
130 {{endif}} 130 {{endif}}
131 </td> 131 </td>
132 <td class="command">{{list2cmdline(commands[suite])}}</tt></td> 132 <td class="command">{{list2cmdline(commands[suite])}}</tt></td>
133 <td class="tbpl">{{tbpl[suite]}}</td> 133 <td class="tbpl">{{tbpl[suite]}}</td>
134 <td class="paint"><span title="Paint">{{paint.get(suite, '')}}</span></td> 134 <td class="paint">{{if suite in paint}}<span title="Paint">{{paint[suite]}}</span>{{endif}}</td>
135 <td class="chrome"><span title="Chrome">{{chrome.get(suite, '')}}</span></td> 135 <td class="chrome">{{if suite in chrome}}<span title="Chrome">{{chrome[suite]}}</span>{{endif}}</td>
136 <td class="tests"> 136 <td class="tests">
137 {{if tests.get(suite)}} 137 {{if tests.get(suite)}}
138 <table> 138 <table>
139 <tr> 139 <tr>
140 <th>Talos Config</th> 140 <th>Talos Config</th>