From 03e4581ec1140975451fd127a7d5711be00a6938 Mon Sep 17 00:00:00 2001 From: name2965 <66663783+name2965@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:35:15 +0900 Subject: 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. --- dashboard/app/templates/templates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/templates/templates.html') 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 {{link $item.KernelCommitLink (formatTagHash $item.KernelCommit)}} {{if $item.ReproCLink}}C - {{else if $item.ReproSyzLink}}C{{end}} + {{else if $item.ReproSyzLink}}syz{{end}} {{if ne $item.CrashTitle ""}} -- cgit mrf-deployment