aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/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-289-4/+46
|
* 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-072-5/+5
| | | | 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: display manager nameAleksandr Nogikh2025-07-311-1/+1
| | | | If the manager name is set, display it in the header.
* all: fix html warningsTaras Madan2025-02-062-3/+3
| | | | Wrong closing tags etc.
* 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: show number of times coverage for each call has overflowedDmitry Vyukov2024-11-201-1/+5
| | | | | If the overflows happen often, it's bad. Add visibility into this.
* pkg/manager: show number of programs that contain each syscallDmitry Vyukov2024-11-191-1/+3
| | | | | | | Currently we show number of programs that are added to the corpus b/c of a particular syscall. Also show total number of programs in the corpus that contain each syscall. This is different from the first thing.
* pkg/manager: restore corpus pageDmitry Vyukov2024-11-191-0/+19
| | | | It was lost during the refactoring.
* pkg/manager: rename action to toggleDmitry Vyukov2024-11-081-2/+2
|
* pkg/manager: move HTML code to separate filesDmitry Vyukov2024-11-0811-0/+341