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/main.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/app/main.html') 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. {{formatDuration $mgr.CurrentUpTime}} {{if $mgr.CurrentBuild}} {{formatLateness $.Now $mgr.CurrentBuild.Time}} - {{formatShortHash $mgr.CurrentBuild.KernelCommit}} + {{formatShortHash $mgr.CurrentBuild.KernelCommit}} {{formatShortHash $mgr.CurrentBuild.SyzkallerCommit}} {{else}} -- cgit mrf-deployment