diff talosnames/templates/index.html @ 38:ef8590b55605

determine actually correct name extension
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 24 Jul 2012 11:12:07 -0700
parents c945731f06d0
children ff2f0788e91b
line wrap: on
line diff
--- a/talosnames/templates/index.html	Mon Jul 23 16:09:44 2012 -0700
+++ b/talosnames/templates/index.html	Tue Jul 24 11:12:07 2012 -0700
@@ -27,8 +27,6 @@
 
 .header {
 font-weight: bold;
-align: center;
-text-align: center;
 }
 
 .tbpl_initial {
@@ -117,8 +115,8 @@
   <td class="buildbot">{{suite}}</td>
   <td class="command">{{list2cmdline(commands[suite])}}</tt></td>
   <td class="tbpl">{{tbpl[suite]}}</td>
-  <td class="paint">{{paint.get(suite, '')}}</td>
-  <td class="chrome">{{chrome.get(suite, '')}}</td>
+  <td class="paint"><span title="Paint">{{paint.get(suite, '')}}</span></td>
+  <td class="chrome"><span title="Chrome">{{chrome.get(suite, '')}}</span></td>
   <td class="tests">
     {{if tests.get(suite)}}
     <table>
@@ -130,6 +128,7 @@
       {{for test in sorted(tests[suite].keys())}}
       <tr>
         <td>
+          <i>{{test_type[suite][test]}}</i>
           <div class="header testname">{{test}}</div>
           <dl class="testattributes">
             {{for attr in sorted(tests.get(suite, {})[test].keys())}}