fix(): google analytics fix

This commit is contained in:
Torkel Ödegaard
2017-02-15 14:26:57 +01:00
parent bd010289b2
commit 902cf5f889
3 changed files with 23 additions and 22 deletions
+1
View File
@@ -141,6 +141,7 @@ func getFrontendSettingsMap(c *middleware.Context) (map[string]interface{}, erro
"authProxyEnabled": setting.AuthProxyEnabled,
"ldapEnabled": setting.LdapEnabled,
"alertingEnabled": setting.AlertingEnabled,
"googleAnalyticsId": setting.GoogleAnalyticsId,
"buildInfo": map[string]interface{}{
"version": setting.BuildVersion,
"commit": setting.BuildCommit,