mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #2767 from mabashian/f,a,i,l,e,d
Fix Fa,i,l,e,d tooltip on job details
This commit is contained in:
commit
8ea1a93f99
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user