From d7ea8bc498ffa754aabbb94352b6a26546737d31 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 7 Mar 2023 12:21:45 +0100 Subject: dashboard: display the bisect error log In some cases we don't have the bisection log, but only the error log. Adjust the template. --- dashboard/app/templates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard') 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}} Fix bisection: failed {{end}} - ({{link .LogLink "bisect log"}})
+ ({{link .ErrorLink "error log"}}{{if .LogLink}}, {{link .LogLink "bisect log"}}{{end}})
{{else if .Commit}} {{if eq .Type $causeJob}} Cause bisection: introduced by -- cgit mrf-deployment