mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 08:57:09 +08:00
feat(apps): lots of work making apps easier to develop, module paths are handled automatically
This commit is contained in:
@ -18,7 +18,6 @@ func (p *DataSourcePlugin) Load(decoder *json.Decoder, pluginDir string) error {
|
||||
}
|
||||
|
||||
p.PluginDir = pluginDir
|
||||
p.initFrontendPlugin()
|
||||
DataSources[p.Id] = p
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user