Added username, site and password for influxdb datasources

This commit is contained in:
Torkel Ödegaard
2014-12-19 08:19:12 +01:00
parent 525b367a6f
commit e5811e29b1
6 changed files with 25 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ func GetDataSources(c *middleware.Context) {
Type: ds.Type,
Access: ds.Access,
Password: ds.Password,
Database: ds.Database,
User: ds.User,
BasicAuth: ds.BasicAuth,
}