From 9db828b50673b642da7da89eede4348da3aa4987 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 21 Nov 2018 11:43:38 +0100 Subject: dashboard/app: show kernel commit time Show kernel commit time (author) in a hint for all kernel commit hashes. Update #473 --- dashboard/app/bug.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/app/bug.html') 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. {{$c.Manager}} {{formatTime $c.Time}} {{$c.KernelAlias}} - {{formatShortHash $c.KernelCommit}} + {{formatShortHash $c.KernelCommit}} {{formatShortHash $c.SyzkallerCommit}} {{if $c.KernelConfigLink}}.config{{end}} {{if $c.LogLink}}log{{end}} -- cgit mrf-deployment