Merge pull request #4202 from jaredevantabor/workflow-elapsed

adding duration filter for elapsed time on workflow results
This commit is contained in:
Jared Tabor 2016-12-01 13:01:38 -08:00 committed by GitHub
commit 496d6ae278

View File

@ -197,7 +197,7 @@
Elapsed
</div>
<span class="badge List-titleBadge">
{{ job.elapsed * 1000 }}
{{ workflow.elapsed * 1000 | duration: "hh:mm:ss"}}
</span>
</div>