diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-08-20 12:34:18 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-08-20 11:01:51 +0000 |
| commit | e4aed695dda3b9b6c5185feb5f5f993955843594 (patch) | |
| tree | 0e56007ed2b370ad556a0be45bbd41dc7c1af081 /syz-cluster/dashboard | |
| parent | 1157ee352849f8b61e467c77531165ac237d9246 (diff) | |
syz-cluster: display the session processing time
Diffstat (limited to 'syz-cluster/dashboard')
| -rw-r--r-- | syz-cluster/dashboard/templates/index.html | 4 |
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}} |
