mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removes dependencies install for plugins
this features was never intended for production.
This commit is contained in:
@@ -14,8 +14,7 @@ type InstalledPlugin struct {
|
||||
}
|
||||
|
||||
type Dependencies struct {
|
||||
GrafanaVersion string `json:"grafanaVersion"`
|
||||
Plugins []Plugin `json:"plugins"`
|
||||
GrafanaVersion string `json:"grafanaVersion"`
|
||||
}
|
||||
|
||||
type PluginInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user