From 41fe1bae463b32861fb14e967372da7e318bc6e1 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 26 Jul 2023 15:38:07 +0200 Subject: dashboard: display fix candidate info on the bug page --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 28a805edd..4513c8477 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -891,6 +891,7 @@ type JobInfo struct { KernelAlias string KernelCommit string KernelCommitLink string + KernelLink string PatchLink string Attempts int Started time.Time -- cgit mrf-deployment