aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-08 16:29:16 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-10 10:37:46 +0000
commitf68248c3be1d60bb978ff7034234d9e32597ee1b (patch)
tree2d87ea956abd579dca52eae07bc325ac7c2445dd /syz-cluster/dashboard
parentc8f1c38aba5ba9a902386908635f6e69c85cfb01 (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.html2
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}}