From dda824c429d27c52d2380f419a1aa158cceed3be Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 7 Aug 2023 12:19:26 +0200 Subject: dashboard/app: mark fix candidate jobs in job lists Distinguish them from normal fix bisections. --- dashboard/app/templates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index 4c17a8deb..0f822dcc4 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -464,7 +464,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{else if eq $job.Type 1}} bisect {{else if eq $job.Type 2}} - bisect fix + {{if $job.FixCandidate}}fix candidate{{else}}bisect fix{{end}} {{end}} {{optlink $job.PatchLink "patch"}} -- cgit mrf-deployment