mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 19:22:34 +08:00
Add plugin type field to externalPlugin model
This commit is contained in:
@ -51,6 +51,7 @@ type ExternalPluginCss struct {
|
||||
}
|
||||
|
||||
type ExternalPlugin struct {
|
||||
Type string `json:"type"`
|
||||
Routes []*ExternalPluginRoute `json:"routes"`
|
||||
Js []*ExternalPluginJs `json:"js"`
|
||||
Css []*ExternalPluginCss `json:"css"`
|
||||
|
Reference in New Issue
Block a user