Merge pull request #887 from helsinki-systems/feat/eval-overview-duration

Show evaluation time in the evaluations overview
This commit is contained in:
Graham Christensen
2021-06-29 10:59:02 -04:00
committed by GitHub
2 changed files with 24 additions and 1 deletions

View File

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