mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 06:12:49 +08:00
Plugins: Move alias support to plugin json (but still hardcoded) (#75129)
This commit is contained in:
@ -32,9 +32,6 @@ type Plugin struct {
|
||||
|
||||
AngularDetected bool
|
||||
|
||||
// This will be moved to plugin.json when we have general support in gcom
|
||||
Alias string
|
||||
|
||||
ExternalService *auth.ExternalService
|
||||
}
|
||||
|
||||
@ -76,7 +73,6 @@ func ToGrafanaDTO(p *plugins.Plugin) Plugin {
|
||||
Module: p.Module,
|
||||
BaseURL: p.BaseURL,
|
||||
AngularDetected: p.AngularDetected,
|
||||
Alias: p.Alias,
|
||||
ExternalService: p.ExternalService,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user