diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-07-03 14:38:39 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-07-03 14:32:01 +0000 |
| commit | f76a75f3903f810c51762a09baeceff9ff6d4af1 (patch) | |
| tree | 6e564966ea7bdded6a924eb7c9095e52f7240f6c | |
| parent | 05a33570af393b364e474c2410a3d4e3a5a2584c (diff) | |
dashboard/app/templates.html: fix menu
| -rw-r--r-- | dashboard/app/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index cf0611729..63830d7ed 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -84,7 +84,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the <span style="color:DarkOrange;">📈</span> Fuzzing</a> <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/crashes" $.Namespace)}}_selected{{end}}" href='/{{$.Namespace}}/graph/crashes'> <span style="color:DarkOrange;">📈</span> Crashes</a> - <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/crashes" $.Namespace)}}_selected{{end}}" href='/{{$.Namespace}}/graph/coverage'> + <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/coverage" $.Namespace)}}_selected{{end}}" href='/{{$.Namespace}}/graph/coverage'> <span style="color:DarkOrange;">📈</span> Coverage</a> </td> {{if .ContactEmail}} |
