* eval-jobs -> hydra_eval_jobs.

This commit is contained in:
Eelco Dolstra
2009-03-09 15:16:11 +00:00
parent a74bfdf533
commit e87896e4b4
5 changed files with 16 additions and 20 deletions

View File

@ -136,12 +136,12 @@
<td>[% IF build.resultInfo.stoptime %][% PROCESS renderDateTime timestamp = build.resultInfo.stoptime %][% ELSE %]<em>(cached build)</em>[% END %]</td>
</tr>
<tr>
<th>Duration (seconds):</th>
<th>Duration:</th>
<td>
[% IF build.resultInfo.iscachedbuild %]
<em>(cached build)</em>
[% ELSE %]
[% build.resultInfo.stoptime - build.resultInfo.starttime %]
[% build.resultInfo.stoptime - build.resultInfo.starttime %]s
[% END %]
</td>
</tr>