Make the jobset eval rows clickable
[?]
Apr 15, 2012, 4:21 PM
BTYVIHF7GMTMJKNJQ7TX5R3Z5ABWAGBCEDJPLRHEWIR37OOYRCEACDependencies
- [2]
Q4VDOA76Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu. - [3]
3U3CXCDWNicer link to the rest of the jobset evals - [4]
U4TD3AIQAdd support for viewing jobset evaluations - [*]
IK53RV4V
Change contents
- replacement in src/root/common.tt at line 416
[% last = nrShown - 1; FOREACH n IN [0..last]; eval = evals.$n; m = n + 1; next = evals.$m; %]<tr><td><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id]) %]">[% eval.id %]</a> </td>[% last = nrShown - 1; FOREACH n IN [0..last]; eval = evals.$n; m = n + 1; next = evals.$m;link = c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id]) %]<tr class="clickable" onclick="window.location = '[% link %]'"><td><a href="[% link %]">[% eval.id %]</a> </td>