mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 15:02:33 +08:00
fix(plugins): fixed failing unit tests, fixes #4280
This commit is contained in:
@ -32,7 +32,7 @@ func (fp *FrontendPluginBase) initFrontendPlugin() {
|
|||||||
fp.Info.Logos.Large = evalRelativePluginUrlPath(fp.Info.Logos.Large, fp.BaseUrl)
|
fp.Info.Logos.Large = evalRelativePluginUrlPath(fp.Info.Logos.Large, fp.BaseUrl)
|
||||||
|
|
||||||
for i := 0; i < len(fp.Info.Screenshots); i++ {
|
for i := 0; i < len(fp.Info.Screenshots); i++ {
|
||||||
fp.Info.Screenshots[i].Path = evalRelativePluginUrlPath(fp.Info.Screenshots[i].Path, fp.Id)
|
fp.Info.Screenshots[i].Path = evalRelativePluginUrlPath(fp.Info.Screenshots[i].Path, fp.BaseUrl)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "App Example",
|
"name": "App Example",
|
||||||
"id": "app-example",
|
"id": "app-example",
|
||||||
|
|
||||||
"staticRoot":" ./public",
|
"staticRoot": ".",
|
||||||
"module": "app",
|
"module": "app",
|
||||||
|
|
||||||
"pages": [
|
"pages": [
|
||||||
|
Reference in New Issue
Block a user