mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:42:36 +08:00
feat(mixed data source queries): lots of minor polish to new mixed data source and all the changes it has required, #436
This commit is contained in:
@ -86,12 +86,13 @@ func getFrontendSettingsMap(c *middleware.Context) (map[string]interface{}, erro
|
||||
|
||||
// add grafana backend data source
|
||||
grafanaDatasourceMeta, _ := plugins.DataSources["grafana"]
|
||||
datasources["grafana"] = map[string]interface{}{
|
||||
datasources["-- Grafana --"] = map[string]interface{}{
|
||||
"type": "grafana",
|
||||
"meta": grafanaDatasourceMeta,
|
||||
}
|
||||
|
||||
// add mixed backend data source
|
||||
datasources["mixed"] = map[string]interface{}{
|
||||
datasources["-- Mixed --"] = map[string]interface{}{
|
||||
"type": "mixed",
|
||||
"meta": plugins.DataSources["mixed"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user