aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-11-21 11:43:38 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-11-21 11:45:00 +0100
commit9db828b50673b642da7da89eede4348da3aa4987 (patch)
tree7b20427409689d1f94069de55599c2fbea883c11 /dashboard/app/bug.html
parent2db497326b0b58403594d241c1fe3a3a00f994b4 (diff)
dashboard/app: show kernel commit time
Show kernel commit time (author) in a hint for all kernel commit hashes. Update #473
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html
index c3d9a91e6..fa59f14bc 100644
--- a/dashboard/app/bug.html
+++ b/dashboard/app/bug.html
@@ -56,7 +56,8 @@ Page with details about a single bug.
<td class="manager">{{$c.Manager}}</td>
<td class="time">{{formatTime $c.Time}}</td>
<td class="kernel" title="{{$c.KernelAlias}}">{{$c.KernelAlias}}</td>
- <td class="tag" title="{{$c.KernelCommit}}">{{formatShortHash $c.KernelCommit}}</td>
+ <td class="tag" title="{{$c.KernelCommit}}
+{{formatTime $c.KernelCommitDate}}">{{formatShortHash $c.KernelCommit}}</td>
<td class="tag" title="{{$c.SyzkallerCommit}}">{{formatShortHash $c.SyzkallerCommit}}</td>
<td class="config">{{if $c.KernelConfigLink}}<a href="{{$c.KernelConfigLink}}">.config</a>{{end}}</td>
<td class="repro">{{if $c.LogLink}}<a href="{{$c.LogLink}}">log</a>{{end}}</td>