changeset 39:ff2f0788e91b

add permalinks
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 24 Jul 2012 22:29:37 -0700
parents ef8590b55605
children 10945dedde84
files talosnames/templates/index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/talosnames/templates/index.html	Tue Jul 24 11:12:07 2012 -0700
+++ b/talosnames/templates/index.html	Tue Jul 24 22:29:37 2012 -0700
@@ -104,7 +104,7 @@
 <table id="data">
 <tr>
   <th class="buildbot">Buildbot Suite</th>
-  <th class="command">Buildbot Command</th>
+  <th class="command">Buildbot PerfConfigurator Command</th>
   <th class="tbpl">TBPL Name</th>
   <th class="paint">Paint</th>
   <th class="chrome">Chrome</th>
@@ -112,7 +112,7 @@
 </tr>
 {{for suite in suites}}
 <tr>
-  <td class="buildbot">{{suite}}</td>
+  <td class="buildbot"><a name="{{suite}}"></a><a class="anchor" href="#{{suite}}">{{suite}}</a></td>
   <td class="command">{{list2cmdline(commands[suite])}}</tt></td>
   <td class="tbpl">{{tbpl[suite]}}</td>
   <td class="paint"><span title="Paint">{{paint.get(suite, '')}}</span></td>