Show evaluation time in the evaluations overview

Parts of this code have been authored by @grahamc
This commit is contained in:
Janne Heß
2021-03-09 18:27:34 +01:00
parent b9fb66401b
commit 94b88b34ae
2 changed files with 24 additions and 1 deletions

View File

@ -91,6 +91,7 @@
<td>
[% IF latestEval %]
[% INCLUDE renderDateTime timestamp = latestEval.timestamp %]
(took [% relativeDuration (latestEval.checkouttime + latestEval.evaltime) %])
[% ELSE %]
<em>never</em>
[% END %]