Merge pull request #14382 from grafana/davkal/remove-explore-tab

Remove Explore > "New tab" from sidebar
This commit is contained in:
Torkel Ödegaard
2018-12-07 20:24:13 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -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"},
},
})
}