diff talosnames/templates/index.html @ 26:c6a042aad739

fix some things
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 12 Jul 2012 12:07:41 -0700
parents 6ec941f8704a
children ce9374c19169
line wrap: on
line diff
--- a/talosnames/templates/index.html	Tue Jul 10 23:19:29 2012 -0700
+++ b/talosnames/templates/index.html	Thu Jul 12 12:07:41 2012 -0700
@@ -36,6 +36,8 @@
   <th>Buildbot Suite</th>
   <th>Buildbot Command</th>
   <th>TBPL Name</th>
+  <th>Paint</th>
+  <th>Chrome</th>
   <th>Talos Tests</th>
 </tr>
 {{for suite in suites}}
@@ -43,6 +45,8 @@
   <td>{{suite}}</td>
   <td><tt>{{repr(commands[suite])}}</tt></td>
   <td>{{tbpl[suite]}}</td>
+  <td>{{paint[suite]}}</td>
+  <td>{{chrome[suite]}}</td>
   <td>
     {{if tests.get(suite)}}
     <table>
@@ -63,7 +67,7 @@
         </td>
         <td>
           <dl>
-            {{for name, longname in api(test)}}
+            {{for name, longname in graphserver[suite][test]}}
             <dt>{{name}}</dt>
             <dd>{{longname}}</dd>
             {{endfor}}