From 3097c1c27c156dde5dae8af2d6824c24f3f671fa Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 21 Apr 2023 15:11:17 +0200 Subject: dashbord: dispaly fix bisection attempts as a job list By displaying it as a table we're missing job logs, which are actually the most significant piece of information there. --- dashboard/app/bug.html | 1 - 1 file changed, 1 deletion(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 23f2c6689..141059358 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -49,7 +49,6 @@ Page with details about a single bug.
{{if eq $item.Type "bug_list"}}{{template "bug_list" $item.Value}}{{end}} {{if eq $item.Type "job_list"}}{{template "job_list" $item.Value}}{{end}} - {{if eq $item.Type "crash_list"}}{{template "crash_list" $item.Value}}{{end}} {{if eq $item.Type "discussion_list"}}{{template "discussion_list" $item.Value}}{{end}}
-- cgit mrf-deployment