mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
Remove Explore > "New tab" from sidebar
- we don't support tabs yet, might as well remove the entry
This commit is contained in:
parent
dbb34020ca
commit
80d62013b2
@ -147,9 +147,6 @@ func (hs *HTTPServer) setIndexViewData(c *m.ReqContext) (*dtos.IndexViewData, er
|
||||
SubTitle: "Explore your data",
|
||||
Icon: "fa fa-rocket",
|
||||
Url: setting.AppSubUrl + "/explore",
|
||||
Children: []*dtos.NavLink{
|
||||
{Text: "New tab", Icon: "gicon gicon-dashboard-new", Url: setting.AppSubUrl + "/explore"},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user