aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-04-21 15:11:17 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2023-04-24 18:40:49 +0200
commit3097c1c27c156dde5dae8af2d6824c24f3f671fa (patch)
tree2fa51f2feadd77e97fc8660c482a847cb9e57d24 /dashboard/app/bug.html
parentfdc182930d958e977577923fadf8e5f05464e20c (diff)
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.
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html1
1 files changed, 0 insertions, 1 deletions
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.
<div class="content">
{{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}}
</div>
</div>