From 3aabbf13cf93487165bb435899cd02a320d77bb0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 8 Aug 2017 14:31:39 +0200 Subject: dashboard/app: output more info about crashes --- dashboard/app/bug.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 94e59a90c..9b4d7425c 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -20,6 +20,9 @@ Manager Time + Kernel + Commit + Config Log Report Syz repro @@ -30,6 +33,9 @@ {{$c.Manager}} {{formatTime $c.Time}} + {{$c.KernelRepo}}/{{$c.KernelBranch}} + {{$c.KernelCommit}} + .config {{if $c.LogLink}}log{{end}} {{if $c.ReportLink}}report{{end}} {{if $c.ReproSyzLink}}syz{{end}} -- cgit mrf-deployment