From 96ca35f4c7ac6fecc3f129eb340cfd29f18cfdf1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 Dec 2017 09:00:28 +0100 Subject: dashboard/app: show info about duplicates and similar bugs Show info about duplicates and similar bugs in other kernels on the bug page. --- dashboard/app/bug.html | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 8ca0b5dd7..1836a2bc0 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -1,3 +1,10 @@ +{{/* +Copyright 2017 syzkaller project authors. All rights reserved. +Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +Page with details about a single bug. +*/}} + @@ -7,18 +14,21 @@ {{template "header" .Header}} - Title: {{.Bug.Title}}
- Namespace: {{.Bug.Namespace}}
- Crashes: {{.Bug.NumCrashes}}
- First: {{formatTime .Bug.FirstTime}}
- Last: {{formatTime .Bug.LastTime}}
- Reporting: {{if .Bug.Link}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
- Commits: {{.Bug.Commits}}
- Patched on: {{.Bug.PatchedOn}}
- Missing on: {{.Bug.MissingOn}}
+ [{{.Bug.Namespace}}] {{.Bug.Title}}
+ Status: {{if .Bug.ExternalLink}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
+ {{if .Bug.Commits}} + Commits: {{.Bug.Commits}}
+ Patched on: {{.Bug.PatchedOn}}, missing on: {{.Bug.MissingOn}}
+ {{end}} + First: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}
+
+ + {{template "bug_list" .DupOf}} + {{template "bug_list" .Dups}} + {{template "bug_list" .Similar}} - + -- cgit mrf-deployment
Crashes:Crashes ({{.Bug.NumCrashes}}):
Manager Time