From d661fa01d9d52e8bbcf67e2ed9326d9e9676d634 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 22 Mar 2018 10:12:02 +0100 Subject: dashboard/app: add sample crash report to bug page As requested at: https://groups.google.com/d/msg/syzkaller/zYlQ-b-QPHQ/u2jZPNRAAAAJ --- dashboard/app/bug.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 9de9576fa..263fd49ec 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -28,8 +28,13 @@ Page with details about a single bug. {{template "bug_list" .Dups}} {{template "bug_list" .Similar}} + {{if .SampleReport}} +
Sample crash report:
+
+ {{end}} + - + -- cgit mrf-deployment
Crashes ({{.Bug.NumCrashes}}):All crashes ({{.Bug.NumCrashes}}):
Manager Time