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
56f5ec61
Commit
56f5ec61
authored
Apr 01, 2021
by
Marvin Karegyeya
Committed by
Rémy Coutable
Apr 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalise strings in _perfromance_bar.html.haml
parent
24376cf5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
app/views/admin/application_settings/_performance_bar.html.haml
...ews/admin/application_settings/_performance_bar.html.haml
+3
-3
changelogs/unreleased/Externalise-strings-in-_performance_bar-html-haml.yml
...sed/Externalise-strings-in-_performance_bar-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/admin/application_settings/_performance_bar.html.haml
View file @
56f5ec61
...
...
@@ -6,9 +6,9 @@
.form-check
=
f
.
check_box
:performance_bar_enabled
,
class:
'form-check-input'
,
data:
{
qa_selector:
'enable_performance_bar_checkbox'
}
=
f
.
label
:performance_bar_enabled
,
class:
'form-check-label'
do
Enable access to the Performance Bar
=
_
(
"Enable access to the Performance Bar"
)
.form-group
=
f
.
label
:performance_bar_allowed_group_path
,
'Allowed group'
,
class:
'label-bold'
=
f
.
label
:performance_bar_allowed_group_path
,
_
(
'Allowed group'
)
,
class:
'label-bold'
=
f
.
text_field
:performance_bar_allowed_group_path
,
class:
'form-control gl-form-input'
,
placeholder:
'my-org/my-group'
,
value:
@application_setting
.
performance_bar_allowed_group
&
.
full_path
=
f
.
submit
'Save changes'
,
class:
'gl-button btn btn-confirm qa-save-changes-button'
=
f
.
submit
_
(
'Save changes'
)
,
class:
'gl-button btn btn-confirm qa-save-changes-button'
changelogs/unreleased/Externalise-strings-in-_performance_bar-html-haml.yml
0 → 100644
View file @
56f5ec61
---
title
:
Externalise strings in application_settings/_performance_bar.html.haml
merge_request
:
58018
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
56f5ec61
...
...
@@ -3221,6 +3221,9 @@ msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
msgid "Allowed group"
msgstr ""
msgid "Allowed to create:"
msgstr ""
...
...
@@ -11583,6 +11586,9 @@ msgstr ""
msgid "Enable access to Grafana"
msgstr ""
msgid "Enable access to the Performance Bar"
msgstr ""
msgid "Enable access to the Performance Bar for a given group."
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