aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard/templates/series.html
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/dashboard/templates/series.html')
-rw-r--r--syz-cluster/dashboard/templates/series.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/templates/series.html b/syz-cluster/dashboard/templates/series.html
index adc10b8d2..042f9efba 100644
--- a/syz-cluster/dashboard/templates/series.html
+++ b/syz-cluster/dashboard/templates/series.html
@@ -117,7 +117,12 @@
<td>{{.TestName}}</td>
<td>{{if .BaseBuild}}{{.BaseBuild.CommitHash}}{{end}}</td>
<td>{{if .PatchedBuild}}{{.PatchedBuild.CommitHash}}[patched]{{end}}</td>
- <th>{{.Result}}</th>
+ <th>
+ {{.Result}}
+ {{if .LogURI}}
+ <a href="/sessions/{{.SessionID}}/test_logs?name={{.TestName}}" class="modal-link-raw">[Log]</a>
+ {{end}}
+ </th>
</tr>
{{if .Findings}}
<tr>