mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
Remove the broken "User Dashboard" link.
Due to the lack of a </a>, this makes the entire header render badly. Accordingly it's safe to assume noone is using it, so remove it. With the new console template support, we'll need to something a bit more nuanced later. Change-Id: I3424bed6aea18cbd4c63ad48f98808098dadc3ad
This commit is contained in:
parent
2f76f434a5
commit
e27447da5c
2 changed files with 0 additions and 7 deletions
|
@ -141,11 +141,6 @@ func getTemplate(name string) (t *template.Template, err error) {
|
|||
return
|
||||
}
|
||||
|
||||
if *userAssetsPath != "" {
|
||||
// replace "user_dashboard_link" template
|
||||
t.Parse(`{{define "user_dashboard_link"}}<a href="/user">User Dashboard{{end}}`)
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue