aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/html/main.html
Commit message (Collapse)AuthorAgeFilesLines
* pkg/manager/html: fix sorting by "Repro Attempts" columnDmitry Vyukov2026-01-021-2/+2
| | | | | Sorting using numSort for column with empty non-number rows does not work. Always print repro attemps, but make 0 inactive (gray).
* pkg/manager: add Rank column with tooltips to the main pageTaras Madan2025-08-281-0/+9
|
* pkg/manager: add missing thead and tbody HTML tagsJeongjun Park2025-08-281-0/+10
|
* pkg/manager: add Repro Attempt Count columnname29652025-08-281-1/+2
| | | | Add a new column next to it to list the number of repro attempts separately.
* pkg/manager: embed BugInfo into UICrashTypeAleksandr Nogikh2025-08-071-4/+4
| | | | This reduces the redundancy a bit.
* pkg/manager: display repro attemptsAleksandr Nogikh2025-08-071-0/+1
| | | | | | 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: show bug first timeDmitry Vyukov2025-01-171-0/+2
| | | | | This allows to understand if a bug is new (found in the current run) or old.
* pkg/manager: move HTML code to separate filesDmitry Vyukov2024-11-081-0/+112