mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 16:02:22 +08:00
Provisioning: always pin app to the sidebar when enabled (#29084)
This commit is contained in:
@ -47,7 +47,6 @@ func (ap *PluginProvisioner) apply(cfg *pluginsAsConfig) error {
|
||||
}
|
||||
} else {
|
||||
app.PluginVersion = query.Result.PluginVersion
|
||||
app.Pinned = query.Result.Pinned
|
||||
}
|
||||
|
||||
ap.log.Info("Updating app from configuration ", "type", app.PluginID, "enabled", app.Enabled)
|
||||
|
Reference in New Issue
Block a user