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:
parent
376098fe0a
commit
4b10f2d71a
@ -197,7 +197,7 @@
|
||||
Elapsed
|
||||
</div>
|
||||
<span class="badge List-titleBadge">
|
||||
{{ job.elapsed * 1000 }}
|
||||
{{ workflow.elapsed * 1000 | duration: "hh:mm:ss"}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user