diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-29 15:56:25 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-08-07 09:24:57 +0000 |
| commit | 3ba98b073d93c50bf808f43b482702184f6da7c5 (patch) | |
| tree | d64cc0c2347c3b484c9a66adc29e88d0de4fe9de /pkg/manager/html | |
| parent | 00dc68fb94791fb479cdd1932b9dd6793f14fefd (diff) | |
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.
Diffstat (limited to 'pkg/manager/html')
| -rw-r--r-- | pkg/manager/html/main.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 <td class="time {{if not $c.New}}inactive{{end}}">{{formatTime $c.FirstTime}}</td> <td class="time {{if not $c.Active}}inactive{{end}}">{{formatTime $c.LastTime}}</td> <td> + {{if $c.ReproAttempts}}[{{$c.ReproAttempts}} repro attempts]{{end}} {{if $c.Triaged}} <a href="/report?id={{$c.ID}}">{{$c.Triaged}}</a> {{end}} |
