Merge pull request #2045 from mattermost/plt-1849

PLT-1849 Added extra system-wide statistics for EE
This commit is contained in:
Christopher Speller
2016-02-03 08:50:25 -05:00
16 changed files with 631 additions and 96 deletions

View File

@@ -3079,6 +3079,14 @@
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "We couldn't update the webhook"
},
{
"id": "store.sql_webhooks.analytics_incoming_count.app_error",
"translation": "We couldn't count the incoming webhooks"
},
{
"id": "store.sql_webhooks.analytics_outgoing_count.app_error",
"translation": "We couldn't count the outgoing webhooks"
},
{
"id": "utils.config.load_config.decoding.panic",
"translation": "Error decoding config file={{.Filename}}, err={{.Error}}"