More work on restoring features after moving to plugin model for datasources, no annotations work again #1276 #1472

This commit is contained in:
Torkel Ödegaard
2015-02-28 10:52:25 +01:00
parent 4a72c37fc1
commit 232f980c72
12 changed files with 397 additions and 394 deletions
+1
View File
@@ -38,6 +38,7 @@ func getFrontendSettingsMap(c *middleware.Context) (map[string]interface{}, erro
var dsMap = map[string]interface{}{
"type": ds.Type,
"name": ds.Name,
"url": url,
}