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/app/bug.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 4d499bebf..d21af6548 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -35,7 +35,9 @@ Page with details about a single bug. {{end}} {{end}} First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}
- + {{if .FixCandidate}} +
{{template "bisect_results" .FixCandidate}}
+ {{end}}
{{if .BisectCause}}
{{template "bisect_results" .BisectCause}}
{{end}} {{if .BisectFix}}
{{template "bisect_results" .BisectFix}}
{{end}} -- cgit mrf-deployment