mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:12:08 +08:00
feat(plugins): a lot of work on #4298
This commit is contained in:
@ -11,10 +11,6 @@ import (
|
||||
|
||||
type FrontendPluginBase struct {
|
||||
PluginBase
|
||||
Module string `json:"module"`
|
||||
BaseUrl string `json:"baseUrl"`
|
||||
StaticRoot string `json:"staticRoot"`
|
||||
StaticRootAbs string `json:"-"`
|
||||
}
|
||||
|
||||
func (fp *FrontendPluginBase) initFrontendPlugin() {
|
||||
|
Reference in New Issue
Block a user