Make the jobset eval rows clickable

[?]
Apr 15, 2012, 4:21 PM
BTYVIHF7GMTMJKNJQ7TX5R3Z5ABWAGBCEDJPLRHEWIR37OOYRCEAC

Dependencies

  • [2] Q4VDOA76 Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu.
  • [3] 3U3CXCDW Nicer link to the rest of the jobset evals
  • [4] U4TD3AIQ Add support for viewing jobset evaluations
  • [*] IK53RV4V

Change contents

  • replacement in src/root/common.tt at line 416
    [2.1051][2.1051:1284]()
    [% 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>&nbsp;</td>
    [2.1051]
    [2.1284]
    [% 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>&nbsp;</td>