Skip to content

Commit

Permalink
dashboard/app: add coverage->heatmap menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasmadan committed Jul 17, 2024
1 parent 980ba51 commit 099fe5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/app/templates/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ <h1><a href="/{{$.Namespace}}">syzbot</a></h1>
<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}}
Expand Down

0 comments on commit 099fe5a

Please sign in to comment.