diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-08 15:40:27 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-08 15:48:07 +0200 |
| commit | e97b06d3cef9296e9d0e827c42bccdd36b555986 (patch) | |
| tree | 50b5412c21b4db8eeeb028947498f586144415c6 /dashboard/app/bug.html | |
| parent | a788005625429fe22b1b55fd969e22f1864cb88e (diff) | |
dashboard/app: show patch testing requests on bug page
Fixes #1547
Diffstat (limited to 'dashboard/app/bug.html')
| -rw-r--r-- | dashboard/app/bug.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index e09ed7e98..96a75389e 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -31,6 +31,7 @@ Page with details about a single bug. {{template "bug_list" .DupOf}} {{template "bug_list" .Dups}} {{template "bug_list" .Similar}} + {{template "job_list" .TestPatchJobs}} {{if .SampleReport}} <br><b>Sample crash report:</b><br> |
