Merge pull request #8028 from dsesami/8027-workflow-sparkline

Change WFJT details sparkline hyperlink

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-08-27 16:29:42 +00:00 committed by GitHub
commit ad3e2cbfcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 (