refactor(): minor refactoring of #4455

This commit is contained in:
Torkel Ödegaard
2016-03-23 15:09:48 +01:00
parent 2d59112c1b
commit b7d198793f
2 changed files with 13 additions and 20 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func GetDataSources(c *middleware.Context) {
if plugin, exists := plugins.DataSources[ds.Type]; exists {
dsItem.TypeLogoUrl = plugin.Info.Logos.Small
} else {
dsItem.TypeLogoUrl = "public/img/icn-datasources.svg"
dsItem.TypeLogoUrl = "public/img/icn-datasource.svg"
}
result = append(result, dsItem)