diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-07 12:19:26 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-07 10:30:49 +0000 |
| commit | dda824c429d27c52d2380f419a1aa158cceed3be (patch) | |
| tree | 0902e49267a1f65cf7214795986086ba2af888f5 | |
| parent | 0ef3dfda5198308f6ac51717bb46a081e465a7ff (diff) | |
dashboard/app: mark fix candidate jobs in job lists
Distinguish them from normal fix bisections.
| -rw-r--r-- | dashboard/app/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
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}} </td> <td>{{optlink $job.PatchLink "patch"}}</td> |
