forked from lix-project/hydra
Nicer link to the rest of the jobset evals
This commit is contained in:
parent
794602d7ce
commit
101e60b03d
|
@ -433,7 +433,10 @@
|
|||
[% END %]
|
||||
</td>
|
||||
</tr>
|
||||
[% END %]
|
||||
[%- END -%]
|
||||
[%- IF linkToAll -%]
|
||||
<tr><td class="centered" colspan="4"><a href="[% linkToAll %]"><em>More...</em></a></td></tr>
|
||||
[%- END -%]
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -93,11 +93,7 @@
|
|||
|
||||
[% IF !edit-%]
|
||||
<h2>Most recent evaluations</h2>
|
||||
[% INCLUDE renderEvals nrShown=5 %]
|
||||
|
||||
<a href="[% c.uri_for(c.controller('Jobset').action_for('evals'), [project.name, jobset.name]) %]" class="btn">All evaluations</a>
|
||||
<br />
|
||||
<br />
|
||||
[% INCLUDE renderEvals nrShown=5 linkToAll=c.uri_for(c.controller('Jobset').action_for('evals'), [project.name, jobset.name]) %]
|
||||
[% END %]
|
||||
[% IF !edit && activeJobsStatus -%]
|
||||
<h2>Status</h2>
|
||||
|
|
Loading…
Reference in a new issue