aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/main.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/main.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/main.html')
-rw-r--r--dashboard/app/main.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/app/main.html b/dashboard/app/main.html
index 4e166cf92..46a8884a3 100644
--- a/dashboard/app/main.html
+++ b/dashboard/app/main.html
@@ -51,7 +51,8 @@ Main page.
<td class="stat">{{formatDuration $mgr.CurrentUpTime}}</td>
{{if $mgr.CurrentBuild}}
<td class="stat">{{formatLateness $.Now $mgr.CurrentBuild.Time}}</td>
- <td class="stat" title="{{$mgr.CurrentBuild.KernelAlias}} {{$mgr.CurrentBuild.KernelCommit}}">{{formatShortHash $mgr.CurrentBuild.KernelCommit}}</td>
+ <td class="stat" title="{{$mgr.CurrentBuild.KernelAlias}} {{$mgr.CurrentBuild.KernelCommit}}
+{{formatTime $mgr.CurrentBuild.KernelCommitDate}}">{{formatShortHash $mgr.CurrentBuild.KernelCommit}}</td>
<td class="stat" title="{{$mgr.CurrentBuild.SyzkallerCommit}}">{{formatShortHash $mgr.CurrentBuild.SyzkallerCommit}}</td>
{{else}}
<td></td>