mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 10:02:31 +08:00
App Plugins: support react pages and tabs (#16586)
This commit is contained in:
@ -60,7 +60,7 @@ func (hs *HTTPServer) GetPluginList(c *m.ReqContext) Response {
|
||||
}
|
||||
|
||||
if listItem.DefaultNavUrl == "" || !listItem.Enabled {
|
||||
listItem.DefaultNavUrl = setting.AppSubUrl + "/plugins/" + listItem.Id + "/edit"
|
||||
listItem.DefaultNavUrl = setting.AppSubUrl + "/plugins/" + listItem.Id + "/"
|
||||
}
|
||||
|
||||
// filter out disabled
|
||||
|
Reference in New Issue
Block a user