From 9b6bfa3fe89656f7eccf0bf094770d29be0c8c6a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 24 Jul 2018 14:29:21 +0200 Subject: dashboard/app: don't show broken links to empty configs --- dashboard/app/bug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index fc586b773..2cdfc8d78 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -56,7 +56,7 @@ Page with details about a single bug. {{$c.KernelAlias}} {{$c.KernelCommit}} {{$c.SyzkallerCommit}} - .config + {{if $c.KernelConfigLink}}.config{{end}} {{if $c.LogLink}}log{{end}} {{if $c.ReportLink}}report{{end}} {{if $c.ReproSyzLink}}syz{{end}} -- cgit mrf-deployment