diff --git a/awx/ui/client/src/job-detail/job-detail.service.js b/awx/ui/client/src/job-detail/job-detail.service.js index d464061293..080339e7dd 100644 --- a/awx/ui/client/src/job-detail/job-detail.service.js +++ b/awx/ui/client/src/job-detail/job-detail.service.js @@ -91,7 +91,7 @@ export default results.push({ id: event.id, status: status.status, - status_text: _.head(status.status).toUpperCase() + _.tail(status.status), + status_text: _.capitalize(status.status), host_id: event.host, task_id: event.parent, name: event.event_data.host,