diff talosnames/templates/index.html @ 64:4171e8477cdb

actually print some things
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 16 Aug 2012 16:00:45 -0700
parents 47d387086ea7
children 277b167060e5
line wrap: on
line diff
--- a/talosnames/templates/index.html	Thu Aug 16 13:49:09 2012 -0700
+++ b/talosnames/templates/index.html	Thu Aug 16 16:00:45 2012 -0700
@@ -191,8 +191,8 @@
           {{if graphserver[suite][test]}}
           <dl>
             {{for name, longname in graphserver[suite][test]}}
-            <dt>{{name}}</dt>
-            <dd>{{longname}}</dd>
+            <dt title="graphserver short name">{{name}}</dt>
+            <dd title="long name as displayed in graphserver">{{longname}}</dd>
             {{endfor}}
           </dl>
           {{endif}}