mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 00:06:58 -06:00
Fixed settings default and explore path
This commit is contained in:
parent
d338b7ea7b
commit
25d3ec5bbf
@ -125,7 +125,7 @@ func setIndexViewData(c *m.ReqContext) (*dtos.IndexViewData, error) {
|
||||
Icon: "fa fa-rocket",
|
||||
Url: setting.AppSubUrl + "/explore",
|
||||
Children: []*dtos.NavLink{
|
||||
{Text: "New tab", Icon: "gicon gicon-dashboard-new", Url: setting.AppSubUrl + "/explore/new"},
|
||||
{Text: "New tab", Icon: "gicon gicon-dashboard-new", Url: setting.AppSubUrl + "/explore"},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
@ -613,7 +613,7 @@ func NewConfigContext(args *CommandLineArgs) error {
|
||||
ExecuteAlerts = alerting.Key("execute_alerts").MustBool(true)
|
||||
|
||||
explore := Cfg.Section("explore")
|
||||
ExploreEnabled = explore.Key("enabled").MustBool(true)
|
||||
ExploreEnabled = explore.Key("enabled").MustBool(false)
|
||||
|
||||
readSessionConfig()
|
||||
readSmtpSettings()
|
||||
|
Loading…
Reference in New Issue
Block a user