diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-08 16:29:16 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-10 10:37:46 +0000 |
| commit | f68248c3be1d60bb978ff7034234d9e32597ee1b (patch) | |
| tree | 2d87ea956abd579dca52eae07bc325ac7c2445dd /syz-cluster/dashboard | |
| parent | c8f1c38aba5ba9a902386908635f6e69c85cfb01 (diff) | |
syz-cluster: display the number of findings per series
It will help identify the series to highlight.
Diffstat (limited to 'syz-cluster/dashboard')
| -rw-r--r-- | syz-cluster/dashboard/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/templates/index.html b/syz-cluster/dashboard/templates/index.html index f51e5d34f..c87285b58 100644 --- a/syz-cluster/dashboard/templates/index.html +++ b/syz-cluster/dashboard/templates/index.html @@ -54,7 +54,7 @@ <td>{{.Series.AuthorEmail}}</td> <td> {{if .Session}} - {{.Session.Status}} + {{.Session.Status}} {{if gt .Findings 0}}<b>[{{.Findings}} findings]</b>{{end}} {{else}} - {{end}} |
