Skip to content

Commit

Permalink
Merge pull request ansible#8028 from dsesami/8027-workflow-sparkline
Browse files Browse the repository at this point in the history
Change WFJT details sparkline hyperlink

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 27, 2020
2 parents f1ee44b + dc7e721 commit ad3e2cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit ad3e2cb

Please sign in to comment.