* hydra: show finish time on build status overview

This commit is contained in:
Rob Vermaas 2010-03-01 10:29:05 +00:00
parent 052ce8c577
commit ceeba31320

View file

@ -131,7 +131,7 @@
[% IF build.resultInfo.iscachedbuild %]
(cached from [% INCLUDE renderFullBuildLink build=cachedBuild %])
[% ELSE %]
[% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %]
[% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %] <tt>finished at [% INCLUDE renderDateTime timestamp = build.resultInfo.stoptime %]</tt>
[% END %]
</td>
</tr>