From ecca8a243762a781257ba0b65291bca940e13e9c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 10 May 2023 19:38:27 +0200 Subject: dashboard: display bug origin tree testing results Display them as a collapsible block on the bug info page. Use colors to distinguish results. --- dashboard/app/bug.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 3078eee42..4d499bebf 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -53,7 +53,8 @@ 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 "discussion_list"}}{{template "discussion_list" $item.Value}}{{end}} - + {{if eq $item.Type "test_results"}}{{template "test_results" $item.Value}}{{end}} + {{end}} -- cgit mrf-deployment