Restore build and eval IDs.

This commit is contained in:
Rob Vermaas 2015-03-23 15:11:38 +00:00
parent 91e7e6f6ab
commit cad82493b0

View file

@ -77,6 +77,7 @@ BLOCK renderBuildListHeader %]
[% IF showSchedulingInfo %]
<th></th>
[% END %]
<th>#</th>
[% IF !hideJobName %]
<th>Job</th>
[% END %]
@ -103,6 +104,7 @@ BLOCK renderBuildListBody;
[% IF showSchedulingInfo %]
<td>[% IF build.busy %]<span class="label label-success">Started</span>[% ELSE %]<span class="label">Queued</span>[% END %]</td>
[% END %]
<td><a class="row-link" href="[% link %]">[% build.id %]</a></td>
[% IF !hideJobName %]
<td><a href="[%link%]">[%build.get_column("project")%]:[%build.get_column("jobset")%]:[%build.get_column("job")%]</td>
[% END %]
@ -384,6 +386,7 @@ BLOCK renderEvals %]
<table class="table table-condensed table-striped clickable-rows">
<thead>
<tr>
<th>#</th>
[% IF !jobset && !build %]
<th>Jobset</th>
[% END %]
@ -397,6 +400,7 @@ BLOCK renderEvals %]
eval = e.eval;
link = c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id]) %]
<tr>
<td><a class="row-link" href="[% link %]">[% eval.id %]</a></td>
[% IF !jobset && !build %]
<td>[% INCLUDE renderFullJobsetName project=eval.get_column('project') jobset=eval.get_column('jobset') %]</td>
[% END %]