Explore WIP

This commit is contained in:
David Kaltschmidt
2018-04-26 11:58:42 +02:00
parent 1dd4f03100
commit f1220fd2a4
31 changed files with 3685 additions and 1613 deletions

View File

@@ -117,6 +117,17 @@ func setIndexViewData(c *m.ReqContext) (*dtos.IndexViewData, error) {
Children: dashboardChildNavs,
})
// data.NavTree = append(data.NavTree, &dtos.NavLink{
// Text: "Explore",
// Id: "explore",
// 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/new"},
// },
// })
if c.IsSignedIn {
// Only set login if it's different from the name
var login string