feat(panel plugin): improving panel plugin model

This commit is contained in:
Torkel Ödegaard
2016-01-24 16:39:25 -05:00
parent ecdc730de7
commit 4f7fb40d9b
13 changed files with 201 additions and 68 deletions
+1
View File
@@ -123,6 +123,7 @@ func getFrontendSettingsMap(c *middleware.Context) (map[string]interface{}, erro
panels[panel.Id] = map[string]interface{}{
"module": panel.Module,
"name": panel.Name,
"info": panel.Info,
}
}