diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-10-24 10:04:44 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-10-24 08:21:24 +0000 |
| commit | 532d20f5ce6bec170a169c0eacfe15cbb1dc36b3 (patch) | |
| tree | fdb0bf103dc486430bf3eaeed74e4154994e302a /dashboard/app | |
| parent | c08e46d64f83011da732703a54c6bdb87b87e52f (diff) | |
dashboard/app: crashes is a top level menu
Diffstat (limited to 'dashboard/app')
| -rw-r--r-- | dashboard/app/templates/templates.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dashboard/app/templates/templates.html b/dashboard/app/templates/templates.html index b776f4bcd..2ef542174 100644 --- a/dashboard/app/templates/templates.html +++ b/dashboard/app/templates/templates.html @@ -87,6 +87,11 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the </div> {{end}} + <div class="navigation_tab{{if eq .URLPath (printf "/%v/graph/crashes" $.Namespace)}}_selected{{end}}"> + <a href='/{{$.Namespace}}/graph/crashes'> + <span style="color:ForestGreen;">≡</span> Crashes</a> + </div> + <div class="dropdown navigation_tab"> <button class="dropbtn"><span style="color:DarkOrange;">📈</span>Graphs</button> <div class="dropdown-content"> @@ -98,8 +103,6 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the href='/{{$.Namespace}}/graph/lifetimes'>Bug Lifetimes</a> <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/fuzzing" $.Namespace)}}_selected{{end}}" href='/{{$.Namespace}}/graph/fuzzing'>Fuzzing</a> - <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/crashes" $.Namespace)}}_selected{{end}}" - href='/{{$.Namespace}}/graph/crashes'>Crashes</a> </div> </div> |
