App Plugins: support react pages and tabs (#16586)

This commit is contained in:
Ryan McKinley
2019-05-02 10:15:39 -07:00
committed by GitHub
parent 31ea0122a0
commit 013f1b8d19
29 changed files with 1316 additions and 450 deletions

View File

@ -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