1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

adding duration filter for elapsed time on workflow results

relates to #4128
This commit is contained in:
jaredevantabor 2016-12-01 10:45:11 -08:00
parent 376098fe0a
commit 4b10f2d71a

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>