diff options
| -rw-r--r-- | dashboard/app/templates/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/templates/templates.html b/dashboard/app/templates/templates.html index f675a0251..af54dab6f 100644 --- a/dashboard/app/templates/templates.html +++ b/dashboard/app/templates/templates.html @@ -631,7 +631,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the <td class="stat">{{link $item.KernelCommitLink (formatTagHash $item.KernelCommit)}}</td> <td> {{if $item.ReproCLink}}<a href="{{$item.ReproCLink}}">C</a> - {{else if $item.ReproSyzLink}}<a href="{{$item.ReproSyzLink}}">C</a>{{end}} + {{else if $item.ReproSyzLink}}<a href="{{$item.ReproSyzLink}}">syz</a>{{end}} </td> {{if ne $item.CrashTitle ""}} <td class="status-crashed"> |
