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

View File

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