From 9e421cc9c50e1529ea5b3b036296df7eee9e32d9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 15 Feb 2018 15:02:14 +0100 Subject: dashboard/app: allow showing source coverage report --- dashboard/app/main.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dashboard/app/main.html') diff --git a/dashboard/app/main.html b/dashboard/app/main.html index b25cc5cd1..115b39c5c 100644 --- a/dashboard/app/main.html +++ b/dashboard/app/main.html @@ -113,7 +113,10 @@ Main page. {{range $ns := $.BugNamespaces}}

{{$ns.Caption}}

- {{if $ns.FixedCount}} + {{if $ns.FixedLink}} + {{if $ns.CoverLink}} + source coverage | + {{end}} fixed bugs ({{$ns.FixedCount}}) {{end}} {{range $group := $ns.Groups}} -- cgit mrf-deployment