diff --git a/awx/ui/static/partials/job_detail.html b/awx/ui/static/partials/job_detail.html index c836938bcf..561ba31a40 100644 --- a/awx/ui/static/partials/job_detail.html +++ b/awx/ui/static/partials/job_detail.html @@ -106,10 +106,10 @@
| Started | -Elapsed | +Started | +Elapsed | Status | -Name | +Name |
|---|
| {{ play.created | date: 'HH:mm:ss' }} | -{{ play.created | date: 'HH:mm:ss' }} | +{{ play.elapsed }} | - | {{ play.name }} | +{{ play.name }} | ||||||||||||||||
| No matching plays | @@ -166,11 +166,11 @@|||||||||||||||||||||
| Started | -Elapsed | +Started | +Elapsed | Status | -Name - | +Name + |
|---|
| {{ task.created | date: 'HH:mm:ss' }} | -{{ task.created | date: 'HH:mm:ss' }} | +{{ task.elapsed }} | - | {{ task.role }} {{ task.name }} | - +{{ task.role }} {{ task.name }} | +
| No matching tasks | @@ -259,7 +259,7 @@|||||