aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-07-26 15:38:07 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-07-26 14:43:46 +0000
commit41fe1bae463b32861fb14e967372da7e318bc6e1 (patch)
treeb1448dfd0c3e3b218d73c9632fe23d94e08180ac /dashboard/app/bug.html
parentcc502a1167cbc890cb74e818e5cc6bfe252ad409 (diff)
dashboard: display fix candidate info on the bug page
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html4
1 files changed, 3 insertions, 1 deletions
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}}<br>
-
+ {{if .FixCandidate}}
+ <div class="fix-candidate-block">{{template "bisect_results" .FixCandidate}}</div>
+ {{end}}
<div>
{{if .BisectCause}}<div class="bug-bisection-info">{{template "bisect_results" .BisectCause}}</div>{{end}}
{{if .BisectFix}}<div class="bug-bisection-info">{{template "bisect_results" .BisectFix}}</div>{{end}}