mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Change WFJT details sparkline hyperlink
This commit is contained in:
parent
ccb1e0a748
commit
dc7e721968
@ -99,7 +99,7 @@ function WorkflowJobTemplateDetail({ template, i18n }) {
|
||||
const canLaunch = summary_fields?.user_capabilities?.start;
|
||||
const recentPlaybookJobs = summary_fields.recent_jobs.map(job => ({
|
||||
...job,
|
||||
type: 'job',
|
||||
type: 'workflow_job',
|
||||
}));
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user