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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
db4d8600
Commit
db4d8600
authored
Sep 06, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update styling of cluster environment scope input
parent
8fcae91e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
app/views/projects/clusters/_integration_form.html.haml
app/views/projects/clusters/_integration_form.html.haml
+2
-4
locale/gitlab.pot
locale/gitlab.pot
+1
-4
No files found.
app/views/projects/clusters/_integration_form.html.haml
View file @
db4d8600
...
...
@@ -16,10 +16,8 @@
-
if
has_multiple_clusters?
(
@project
)
.form-group
%h5
=
s_
(
'ClusterIntegration|Environment scope'
)
%p
=
s_
(
"ClusterIntegration|Choose which of your project's environments will use this Kubernetes cluster."
)
=
link_to
s_
(
"ClusterIntegration|Learn more about environments"
),
help_page_path
(
'ci/environments'
)
=
field
.
text_field
:environment_scope
,
class:
'form-control js-select-on-focus'
,
placeholder:
s_
(
'ClusterIntegration|Environment scope'
)
=
field
.
text_field
:environment_scope
,
class:
'col-md-6 form-control js-select-on-focus'
,
placeholder:
s_
(
'ClusterIntegration|Environment scope'
)
.form-text.text-muted
=
s_
(
"ClusterIntegration|Choose which of your environments will use this cluster."
)
-
if
can?
(
current_user
,
:update_cluster
,
@cluster
)
.form-group
...
...
locale/gitlab.pot
View file @
db4d8600
...
...
@@ -1616,7 +1616,7 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
msgid "ClusterIntegration|Choose which of your
project's environments will use this Kubernete
s cluster."
msgid "ClusterIntegration|Choose which of your
environments will use thi
s cluster."
msgstr ""
msgid "ClusterIntegration|Copy API URL"
...
...
@@ -1781,9 +1781,6 @@ msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about environments"
msgstr ""
msgid "ClusterIntegration|Machine type"
msgstr ""
...
...
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