mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
include the jsonData in the AppSettings DTO
This commit is contained in:
parent
9e121ef0c8
commit
1bca28ad12
@ -31,6 +31,7 @@ func NewAppSettingsDto(def *plugins.AppPlugin, data *models.AppSettings) *AppSet
|
||||
dto.Enabled = data.Enabled
|
||||
dto.Pinned = data.Pinned
|
||||
dto.Info = &def.Info
|
||||
dto.JsonData = data.JsonData
|
||||
}
|
||||
|
||||
return dto
|
||||
|
Loading…
Reference in New Issue
Block a user