Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
842203ff
Commit
842203ff
authored
Apr 01, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve API URL validation message
parent
0a2edb29
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/clusters/clusters/user/_form.html.haml
app/views/clusters/clusters/user/_form.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
app/views/clusters/clusters/user/_form.html.haml
View file @
842203ff
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
=
field
.
fields_for
:platform_kubernetes
,
@user_cluster
.
platform_kubernetes
do
|
platform_kubernetes_field
|
=
field
.
fields_for
:platform_kubernetes
,
@user_cluster
.
platform_kubernetes
do
|
platform_kubernetes_field
|
=
platform_kubernetes_field
.
url_field
:api_url
,
required:
true
,
=
platform_kubernetes_field
.
url_field
:api_url
,
required:
true
,
title:
s_
(
'ClusterIntegration|API URL
must use http or https protoco
l.'
),
title:
s_
(
'ClusterIntegration|API URL
should be a valid http/https ur
l.'
),
label:
s_
(
'ClusterIntegration|API URL'
),
label_class:
'label-bold'
label:
s_
(
'ClusterIntegration|API URL'
),
label_class:
'label-bold'
=
platform_kubernetes_field
.
text_area
:ca_cert
,
=
platform_kubernetes_field
.
text_area
:ca_cert
,
placeholder:
s_
(
'ClusterIntegration|Certificate Authority bundle (PEM format)'
),
placeholder:
s_
(
'ClusterIntegration|Certificate Authority bundle (PEM format)'
),
...
...
locale/gitlab.pot
View file @
842203ff
...
@@ -1710,7 +1710,7 @@ msgstr ""
...
@@ -1710,7 +1710,7 @@ msgstr ""
msgid "ClusterIntegration|API URL"
msgid "ClusterIntegration|API URL"
msgstr ""
msgstr ""
msgid "ClusterIntegration|API URL
must use http or https protoco
l."
msgid "ClusterIntegration|API URL
should be a valid http/https ur
l."
msgstr ""
msgstr ""
msgid "ClusterIntegration|Add Kubernetes cluster"
msgid "ClusterIntegration|Add Kubernetes cluster"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment