diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-03 14:48:10 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-03 14:48:10 +0100 |
commit | 4fed7036aaf25dcf4fb4ff9660215e397654fe4c (patch) | |
tree | e53e319db2551c13c62dfaac6f22f924df81ab13 /app/views | |
parent | b0dfc741c499ec72c5cad53fc1bb1ed65ee38e70 (diff) | |
download | gitlab-ce-4fed7036aaf25dcf4fb4ff9660215e397654fe4c.tar.gz |
[ci skip] Moved the required restart message to only backend sentry field
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml index 6030c8b1dfa..4b6628169ef 100644 --- a/app/views/admin/application_settings/_form.html.haml +++ b/app/views/admin/application_settings/_form.html.haml @@ -394,8 +394,6 @@ %fieldset %legend Error Reporting and Logging - %p - These settings require a restart to take effect. .form-group .col-sm-offset-2.col-sm-10 .checkbox @@ -403,6 +401,7 @@ = f.check_box :sentry_enabled Enable Sentry .help-block + %p This setting requires a restart to take effect. Sentry is an error reporting and logging tool which is currently not shipped with GitLab, get it here: %a{ href: 'https://getsentry.com', target: '_blank', rel: 'noopener noreferrer' } https://getsentry.com |