mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Adapt plugin page to preinstalled plugins (#91874)
This commit is contained in:
committed by
GitHub
parent
340af8cf6b
commit
44290ddf32
@@ -524,8 +524,8 @@ type Cfg struct {
|
||||
}
|
||||
|
||||
type InstallPlugin struct {
|
||||
ID string
|
||||
Version string
|
||||
ID string `json:"id"`
|
||||
Version string `json:"version"`
|
||||
}
|
||||
|
||||
// AddChangePasswordLink returns if login form is disabled or not since
|
||||
|
||||
Reference in New Issue
Block a user