-
Notifications
You must be signed in to change notification settings - Fork 4
Match GitLab connect tile/button labels to the fixed dashboard UI #880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,7 +33,7 @@ Setup has two parts: create a group access token in GitLab, then connect it in P | |
|
|
||
| 2. **Open the [Integrations](https://app.gopromptless.ai/integrations) page** in the Promptless dashboard. | ||
|
|
||
| 3. **Start the GitLab connection.** For a gitlab.com group, find the **Connect GitLab** tile and click **Connect**. For a self-hosted instance, use the **Connect self-hosted GitLab** tile instead and enter your **Instance hostname** — just the host, no `https://` and no path (for example, `gitlab.acme.com`). | ||
| 3. **Start the GitLab connection.** For a gitlab.com group, find the **GitLab** tile and click **Connect GitLab**. For a self-hosted instance, use the **Self-hosted GitLab** tile instead, click **Connect Self-hosted GitLab**, and enter your **Instance hostname** — just the host, no `https://` and no path (for example, `gitlab.acme.com`). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Open source PR #4667 renames the self-hosted connect-tile entry in promptless-dashboard/src/components/IntegrationsList.tsx from name 'Connect self-hosted GitLab' to 'Self-hosted GitLab'. renderIntegrationSection sets the tile title to Source: https://github.com/Promptless/promptless/pull/4667/files |
||
|
|
||
| 4. **Paste the token** into the **Group Access Token** field and click **Connect**. | ||
| </Steps> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open source PR #4667 renames the gitlab.com connect-tile entry in promptless-dashboard/src/components/IntegrationsList.tsx from name 'Connect GitLab' to 'GitLab'. renderIntegrationSection sets the tile title to
nameand, absent an explicit connectLabel (none is passed for this entry), the connect button toConnect ${name}, so post-merge the tile is titled "GitLab" and its button reads "Connect GitLab", matching this doc line. Citation reflects the pending (not yet merged) state the doc intentionally documents ahead of merge.Source: https://github.com/Promptless/promptless/pull/4667/files