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
776cb1a3
Commit
776cb1a3
authored
Aug 26, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize messages on EKS settings page
Externalizes messages on EKS settings page Changelog: changed
parent
b040c392
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
app/views/admin/application_settings/_eks.html.haml
app/views/admin/application_settings/_eks.html.haml
+4
-4
locale/gitlab.pot
locale/gitlab.pot
+9
-0
No files found.
app/views/admin/application_settings/_eks.html.haml
View file @
776cb1a3
...
...
@@ -17,18 +17,18 @@
.form-check
=
f
.
check_box
:eks_integration_enabled
,
class:
'form-check-input'
=
f
.
label
:eks_integration_enabled
,
class:
'form-check-label'
do
Enable Amazon EKS integration
=
_
(
'Enable Amazon EKS integration'
)
.form-group
=
f
.
label
:eks_account_id
,
'Account ID'
,
class:
'label-bold'
=
f
.
label
:eks_account_id
,
_
(
'Account ID'
)
,
class:
'label-bold'
=
f
.
text_field
:eks_account_id
,
class:
'form-control gl-form-input'
.form-group
=
f
.
label
:eks_access_key_id
,
'Access key ID'
,
class:
'label-bold'
=
f
.
label
:eks_access_key_id
,
_
(
'Access key ID'
)
,
class:
'label-bold'
=
f
.
text_field
:eks_access_key_id
,
class:
'form-control gl-form-input'
.form-text.text-muted
=
_
(
'AWS Access Key. Only required if not using role instance credentials'
)
.form-group
=
f
.
label
:eks_secret_access_key
,
'Secret access key'
,
class:
'label-bold'
=
f
.
label
:eks_secret_access_key
,
_
(
'Secret access key'
)
,
class:
'label-bold'
=
f
.
password_field
:eks_secret_access_key
,
autocomplete:
'off'
,
class:
'form-control gl-form-input'
.form-text.text-muted
=
_
(
'AWS Secret Access Key. Only required if not using role instance credentials'
)
...
...
locale/gitlab.pot
View file @
776cb1a3
...
...
@@ -1719,6 +1719,9 @@ msgstr ""
msgid "Access granted"
msgstr ""
msgid "Access key ID"
msgstr ""
msgid "Access requests"
msgstr ""
...
...
@@ -12338,6 +12341,9 @@ msgstr ""
msgid "Enable"
msgstr ""
msgid "Enable Amazon EKS integration"
msgstr ""
msgid "Enable Auto DevOps"
msgstr ""
...
...
@@ -29475,6 +29481,9 @@ msgstr ""
msgid "Secret Detection"
msgstr ""
msgid "Secret access key"
msgstr ""
msgid "Secret token"
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