mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00
mysql: progress on mysql data source
This commit is contained in:
@ -42,6 +42,7 @@ func getFrontendSettingsMap(c *middleware.Context) (map[string]interface{}, erro
|
||||
}
|
||||
|
||||
var dsMap = map[string]interface{}{
|
||||
"id": ds.Id,
|
||||
"type": ds.Type,
|
||||
"name": ds.Name,
|
||||
"url": url,
|
||||
|
Reference in New Issue
Block a user