From dc6bbff0c2fe403c39d8a1d057f668088b09069f Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 3 Jul 2024 16:00:52 +0200 Subject: dashboard/app: make coverage menu and page optional --- dashboard/app/templates.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/app/templates.html') diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index 63830d7ed..f45e28632 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -84,8 +84,10 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the 📈 Fuzzing 📈 Crashes + {{if .ShowCoverageMenu}} 📈 Coverage + {{end}} {{if .ContactEmail}} -- cgit mrf-deployment