mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Merge pull request #4202 from jaredevantabor/workflow-elapsed
adding duration filter for elapsed time on workflow results
This commit is contained in:
commit
496d6ae278
@ -197,7 +197,7 @@
|
||||
Elapsed
|
||||
</div>
|
||||
<span class="badge List-titleBadge">
|
||||
{{ job.elapsed * 1000 }}
|
||||
{{ workflow.elapsed * 1000 | duration: "hh:mm:ss"}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user