summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-17 15:54:10 +0100
committerSean McGivern <sean@gitlab.com>2017-04-17 15:54:10 +0100
commit8d10add4a504079c00bea3284cb8a7ab71cc8aaf (patch)
tree9833864feee1ca62559a95865e02a8abbc56eead /app/views/admin/application_settings
parentae833a8b83bbdfa3ad95af56ca470e2ac51baadf (diff)
downloadgitlab-ce-8d10add4a504079c00bea3284cb8a7ab71cc8aaf.tar.gz
Don't show usage ping on settings page
Diffstat (limited to 'app/views/admin/application_settings')
-rw-r--r--app/views/admin/application_settings/_form.html.haml11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 13e9faa9642..0dc1103eece 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -493,11 +493,12 @@
= f.check_box :usage_ping_enabled
Usage ping enabled
= link_to icon('question-circle'), help_page_path("user/admin_area/settings/usage_statistics", anchor: "usage-data")
- .container
- .help-block
- Every week GitLab will report license usage back to GitLab, Inc.
- Disable this option if you do not want this to occur. This is the JSON payload that will be sent:
- %pre.usage-data.js-syntax-highlight.code.highlight{ "data-endpoint" => usage_data_admin_application_settings_path(format: :html) }
+ .help-block
+ Every week GitLab will report license usage back to GitLab, Inc.
+ Disable this option if you do not want this to occur. To see the
+ JSON payload that will be sent, visit the
+ = succeed '.' do
+ = link_to "Cohorts page", admin_cohorts_path(anchor: 'usage-ping')
%fieldset
%legend Email