aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-08-20 12:34:18 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-08-20 11:01:51 +0000
commite4aed695dda3b9b6c5185feb5f5f993955843594 (patch)
tree0e56007ed2b370ad556a0be45bbd41dc7c1af081 /syz-cluster/dashboard
parent1157ee352849f8b61e467c77531165ac237d9246 (diff)
syz-cluster: display the session processing time
Diffstat (limited to 'syz-cluster/dashboard')
-rw-r--r--syz-cluster/dashboard/templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/templates/index.html b/syz-cluster/dashboard/templates/index.html
index 80d069749..b52da738f 100644
--- a/syz-cluster/dashboard/templates/index.html
+++ b/syz-cluster/dashboard/templates/index.html
@@ -61,7 +61,9 @@
<td>{{.Series.AuthorEmail}}</td>
<td>
{{if .Session}}
- {{.Session.Status}} {{if gt .Findings 0}}<b>[{{.Findings}} findings]</b>{{end}}
+ {{.Session.Status}}
+ {{if eq .Session.Status "finished"}}in {{.Session.Duration}}{{end}}
+ {{if gt .Findings 0}}<br /><b>[{{.Findings}} findings]</b>{{end}}
{{else}}
-
{{end}}