aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard/templates/templates.html
blob: 1d3ba4cb2f98986aa4fdfc47b78eeb0c0a9c2e3c (plain)
1
2
3
4
5
6
7
8
9
{{define "build_info"}}
{{.CommitHash}}
{{if .ConfigURI}}
<a href="/builds/{{.ID}}/config" class="modal-link-raw">[Config]</a>
{{end}}
{{if .LogURI}}
<a href="/builds/{{.ID}}/log" class="modal-link-raw">[Log]</a>
{{end}}
{{end}}