We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3ddb4 commit fcb9539Copy full SHA for fcb9539
src/main/resources/status-report.template.ftlh
@@ -145,7 +145,7 @@
145
<td>
146
<#if containerStatus.jobIdentifier??>
147
<a rel="nofollow noreferrer" target="_blank"
148
- href="/go/admin/status_reports/cd.go.contrib.elastic-agent.docker/${containerStatus.elasticAgentId!}">${containerStatus.jobIdentifier.representation!}</a>
+ href="/go/admin/status_reports/cd.go.contrib.elastic-agent.docker/agent/${containerStatus.elasticAgentId!}?job_id=${containerStatus.jobIdentifier.jobId}">${containerStatus.jobIdentifier.representation!}</a>
149
</#if>
150
</td>
151
<td>${containerStatus.image!}</td>
0 commit comments