aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-05-10 19:38:27 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2023-05-12 13:24:58 +0200
commitecca8a243762a781257ba0b65291bca940e13e9c (patch)
tree6a3ae8f113f81af4f43b9f9eae0ff21256496c97 /dashboard/app/bug.html
parent76821f5baf47294314823eb4df0e05ceb8242d74 (diff)
dashboard: display bug origin tree testing results
Display them as a collapsible block on the bug info page. Use colors to distinguish results.
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html3
1 files changed, 2 insertions, 1 deletions
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}}
- </div>
+ {{if eq $item.Type "test_results"}}{{template "test_results" $item.Value}}{{end}}
+ </div>
</div>
{{end}}