From 3ba98b073d93c50bf808f43b482702184f6da7c5 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 29 Jul 2025 15:56:25 +0200 Subject: pkg/manager: display repro attempts On the syz-manager's html dashboard, dispay the number of repro attempts per each bug. It will help distinguish the bugs where reproduction was attempted and failed from those that have never been reproduced yet. --- pkg/manager/html/main.html | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/manager/html') diff --git a/pkg/manager/html/main.html b/pkg/manager/html/main.html index 2b0cb2250..eb3644bba 100644 --- a/pkg/manager/html/main.html +++ b/pkg/manager/html/main.html @@ -35,6 +35,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{formatTime $c.FirstTime}} {{formatTime $c.LastTime}} + {{if $c.ReproAttempts}}[{{$c.ReproAttempts}} repro attempts]{{end}} {{if $c.Triaged}} {{$c.Triaged}} {{end}} -- cgit mrf-deployment