mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
plugins: added state property to plugins
This commit is contained in:
@@ -39,6 +39,7 @@ type PluginBase struct {
|
||||
Module string `json:"module"`
|
||||
BaseUrl string `json:"baseUrl"`
|
||||
HideFromList bool `json:"hideFromList"`
|
||||
State string `json:"state"`
|
||||
|
||||
IncludedInAppId string `json:"-"`
|
||||
PluginDir string `json:"-"`
|
||||
|
||||
Reference in New Issue
Block a user