comparison talosnames/templates/index.html @ 27:ce9374c19169

try to fix a keyerror
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 13 Jul 2012 15:47:05 -0700
parents c6a042aad739
children 892dd6b58f05
comparison
equal deleted inserted replaced
26:c6a042aad739 27:ce9374c19169
43 {{for suite in suites}} 43 {{for suite in suites}}
44 <tr> 44 <tr>
45 <td>{{suite}}</td> 45 <td>{{suite}}</td>
46 <td><tt>{{repr(commands[suite])}}</tt></td> 46 <td><tt>{{repr(commands[suite])}}</tt></td>
47 <td>{{tbpl[suite]}}</td> 47 <td>{{tbpl[suite]}}</td>
48 <td>{{paint[suite]}}</td> 48 <td>{{paint.get(suite, '')}}</td>
49 <td>{{chrome[suite]}}</td> 49 <td>{{chrome.get(suite, '')}}</td>
50 <td> 50 <td>
51 {{if tests.get(suite)}} 51 {{if tests.get(suite)}}
52 <table> 52 <table>
53 <tr> 53 <tr>
54 <th>Talos Config</th> 54 <th>Talos Config</th>