Skip to content

Commit 03e4581

Browse files
name2965a-nogikh
authored andcommitted
dashboard/app/templates: fix to display repro type incorrectly
Fix the problem where syz repro was displayed as C repro when defining test_result html.
1 parent 523f460 commit 03e4581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/app/templates/templates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h1>{{.Caption}}:</h1>
631631
<td class="stat">{{link $item.KernelCommitLink (formatTagHash $item.KernelCommit)}}</td>
632632
<td>
633633
{{if $item.ReproCLink}}<a href="{{$item.ReproCLink}}">C</a>
634-
{{else if $item.ReproSyzLink}}<a href="{{$item.ReproSyzLink}}">C</a>{{end}}
634+
{{else if $item.ReproSyzLink}}<a href="{{$item.ReproSyzLink}}">syz</a>{{end}}
635635
</td>
636636
{{if ne $item.CrashTitle ""}}
637637
<td class="status-crashed">

0 commit comments

Comments
 (0)