diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-03-07 12:21:45 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-03-07 15:50:21 +0100 |
| commit | d7ea8bc498ffa754aabbb94352b6a26546737d31 (patch) | |
| tree | 0511288869ed5bc92ac96d18191793b1f2934de4 /dashboard | |
| parent | ffaa5c552d93a977259a79c7a485b18f7235a71c (diff) | |
dashboard: display the bisect error log
In some cases we don't have the bisection log, but only the error log.
Adjust the template.
Diffstat (limited to 'dashboard')
| -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 52b8e4ea6..fe097d86a 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -305,7 +305,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{else if eq .Type $fixJob}} <b>Fix bisection: failed</b> {{end}} - <b>({{link .LogLink "bisect log"}})</b><br> + <b>({{link .ErrorLink "error log"}}{{if .LogLink}}, {{link .LogLink "bisect log"}}{{end}})</b><br> {{else if .Commit}} {{if eq .Type $causeJob}} <b>Cause bisection: introduced by</b> |
