aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-08-08 14:31:39 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-08-08 14:31:39 +0200
commit3aabbf13cf93487165bb435899cd02a320d77bb0 (patch)
tree4b8ff493d0de6b1e3545c4ad3b956e4f9e18563f /dashboard/app/bug.html
parenta3c5751de3df4c49b3025ccf5971602b7badb2d3 (diff)
dashboard/app: output more info about crashes
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html6
1 files changed, 6 insertions, 0 deletions
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 @@
<tr>
<th>Manager</th>
<th>Time</th>
+ <th>Kernel</th>
+ <th>Commit</th>
+ <th>Config</th>
<th>Log</th>
<th>Report</th>
<th>Syz repro</th>
@@ -30,6 +33,9 @@
<tr>
<td class="manager">{{$c.Manager}}</td>
<td class="time">{{formatTime $c.Time}}</td>
+ <td class="kernel" title="{{$c.KernelRepo}}/{{$c.KernelBranch}}">{{$c.KernelRepo}}/{{$c.KernelBranch}}</td>
+ <td class="tag">{{$c.KernelCommit}}</td>
+ <td class="config"><a href="{{$c.KernelConfigLink}}">.config</a></td>
<td class="repro">{{if $c.LogLink}}<a href="{{$c.LogLink}}">log</a>{{end}}</td>
<td class="repro">{{if $c.ReportLink}}<a href="{{$c.ReportLink}}">report</a>{{end}}</td>
<td class="repro">{{if $c.ReproSyzLink}}<a href="{{$c.ReproSyzLink}}">syz</a>{{end}}</td>