* hydra: show finish time on build status overview
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user