From e97b06d3cef9296e9d0e827c42bccdd36b555986 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 May 2020 15:40:27 +0200 Subject: dashboard/app: show patch testing requests on bug page Fixes #1547 --- dashboard/app/bug.html | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/app/bug.html') 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}}
Sample crash report:
-- cgit mrf-deployment