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