aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-16 18:18:28 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-17 13:26:10 +0000
commit099fe5ad899cde7d3f351e83ce16325f0b86fde8 (patch)
tree148864abad57a8b0b6e699913c3b8bd6cc97a60f /dashboard
parent980ba5169bf6e874b727b873b78011dde88b5a31 (diff)
dashboard/app: add coverage->heatmap menu
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/app/templates/templates.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/templates/templates.html b/dashboard/app/templates/templates.html
index 02a8ed6f3..718b6d878 100644
--- a/dashboard/app/templates/templates.html
+++ b/dashboard/app/templates/templates.html
@@ -116,6 +116,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<button class="dropbtn"><span style="color:DarkOrange;">📈</span>Coverage</button>
<div class="dropdown-content navigation_tab{{if eq .URLPath (printf "/%v/graph/coverage" $.Namespace)}}_selected{{end}}">
<a href="/{{$.Namespace}}/graph/coverage">Total</a>
+ <a href="/{{$.Namespace}}/graph/coverage_heatmap">Heatmap</a>
</div>
</div>
{{end}}