Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
11a726d3
Commit
11a726d3
authored
1 month ago
by
Max Frederiksen
Browse files
Options
Downloads
Patches
Plain Diff
remove env.SERVER_ADDRESS
parent
0e172cd0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!612
Release 5.0.0
,
!599
CE-3427: Api documentation link help page
Pipeline
#213418
passed
1 month ago
Stage: setup
Stage: check
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/help/HelpView.tsx
+1
-1
1 addition, 1 deletion
src/views/help/HelpView.tsx
with
1 addition
and
1 deletion
src/views/help/HelpView.tsx
+
1
−
1
View file @
11a726d3
...
...
@@ -42,7 +42,7 @@ export function HelpView() {
docsHref
=
"https://confluence.esss.lu.se/x/CVGQFg"
supportHref
=
{
env
.
SUPPORT_URL
}
version
=
{
env
.
FRONTEND_VERSION
}
apiUrl
=
{
`
${
env
.
SERVER_ADDRESS
}
/api/swagger-ui/index.html
`
}
apiUrl
=
"
/api/swagger-ui/index.html
"
/>
</
RootPaper
>
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment