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
ce2f758c
Commit
ce2f758c
authored
Sep 22, 2021
by
Sunjung Park
Committed by
Enrique Alcántara
Sep 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo: Update the navigation UI text
parent
7c2fbd9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
ee/app/views/layouts/nav/ee/admin/_geo_sidebar.html.haml
ee/app/views/layouts/nav/ee/admin/_geo_sidebar.html.haml
+2
-2
ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb
ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/views/layouts/nav/ee/admin/_geo_sidebar.html.haml
View file @
ce2f758c
...
...
@@ -11,9 +11,9 @@
#{
_
(
'Geo'
)
}
%li
.divider.fly-out-top-item
=
nav_link
(
path:
'admin/geo/nodes#index'
)
do
=
link_to
admin_geo_nodes_path
,
title:
_
(
'
Nod
es'
)
do
=
link_to
admin_geo_nodes_path
,
title:
_
(
'
Sit
es'
)
do
%span
=
_
(
'
Nod
es'
)
=
_
(
'
Sit
es'
)
-
if
Gitlab
::
Geo
.
secondary?
=
nav_link
(
controller:
%w(admin/geo/projects admin/geo/uploads admin/geo/designs admin/geo/replicables)
)
do
=
link_to
admin_geo_projects_path
,
title:
_
(
'Replication'
)
do
...
...
ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb
View file @
ce2f758c
...
...
@@ -26,8 +26,8 @@ RSpec.describe 'admin Geo Sidebar', :js, :geo do
end
end
describe
'visiting geo
nod
es'
do
it_behaves_like
'active sidebar link'
,
'
Nod
es'
do
describe
'visiting geo
sit
es'
do
it_behaves_like
'active sidebar link'
,
'
Sit
es'
do
let
(
:path
)
{
admin_geo_nodes_path
}
end
end
...
...
locale/gitlab.pot
View file @
ce2f758c
...
...
@@ -31346,6 +31346,9 @@ msgstr ""
msgid "Site profile not found for given parameters"
msgstr ""
msgid "Sites"
msgstr ""
msgid "Size"
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