summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-13 23:28:00 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-13 23:28:00 +0500
commit4cfe8ce6998d620feb710a8847cd59863f29896c (patch)
tree2d85ad40efc89462cb84818413f5014115840a1a /web/react/components/admin_console
parenta2979924a430e9e9bb70d30653035af77ecb1ef2 (diff)
downloadchat-4cfe8ce6998d620feb710a8847cd59863f29896c.tar.gz
chat-4cfe8ce6998d620feb710a8847cd59863f29896c.tar.bz2
chat-4cfe8ce6998d620feb710a8847cd59863f29896c.zip
Multiple Ui Improvements
Diffstat (limited to 'web/react/components/admin_console')
-rw-r--r--web/react/components/admin_console/gitlab_settings.jsx10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/react/components/admin_console/gitlab_settings.jsx b/web/react/components/admin_console/gitlab_settings.jsx
index 6aeb92f93..5c22bf5cf 100644
--- a/web/react/components/admin_console/gitlab_settings.jsx
+++ b/web/react/components/admin_console/gitlab_settings.jsx
@@ -113,7 +113,15 @@ export default class GitLabSettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'When true, Mattermost allows team creation and account signup using GitLab OAuth. To configure, log in to your GitLab account and go to Applications -> Profile Settings. Enter Redirect URIs "<your-mattermost-url>/login/gitlab/complete" (example: http://localhost:8065/login/gitlab/complete) and "<your-mattermost-url>/signup/gitlab/complete". Then use "Secret" and "Id" fields to complete the options below.'}</p>
+ <p className='help-text'>
+ {'When true, Mattermost allows team creation and account signup using GitLab OAuth.'} <br/>
+ </p>
+ <ol className='help-text'>
+ <li>{'Log in to your GitLab account and go to Applications -> Profile Settings.'}</li>
+ <li>{'Enter Redirect URIs "<your-mattermost-url>/login/gitlab/complete" (example: http://localhost:8065/login/gitlab/complete) and "<your-mattermost-url>/signup/gitlab/complete". '}</li>
+ <li>{'Then use "Secret" and "Id" fields from GitLab to complete the options below.'}</li>
+ <li>{'Complete the Endpoint URLs below. '}</li>
+ </ol>
</div>
</div>