mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:12:08 +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)
|
||||
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user