github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/dashboard/templates/templates.html (about)

     1  {{define "build_info"}}
     2  {{.CommitHash}}
     3  {{if .ConfigURI}}
     4  <a href="/builds/{{.ID}}/config" class="modal-link-raw">[Config]</a>
     5  {{end}}
     6  {{if .LogURI}}
     7  <a href="/builds/{{.ID}}/log" class="modal-link-raw">[Log]</a>
     8  {{end}}
     9  {{end}}