mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:42:12 +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:
@ -115,7 +115,7 @@ func GetDataSourcePlugins(c *middleware.Context) {
|
||||
dsList := make(map[string]interface{})
|
||||
|
||||
for key, value := range plugins.DataSources {
|
||||
if value.(map[string]interface{})["hide"] == nil {
|
||||
if value.(map[string]interface{})["builtIn"] == nil {
|
||||
dsList[key] = value
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user