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
ccf9b780
Commit
ccf9b780
authored
Aug 26, 2021
by
Sunjung Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update secondary node pages
parent
9a4f6bf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/views/admin/geo/shared/_replication_nav.haml
ee/app/views/admin/geo/shared/_replication_nav.haml
+1
-1
ee/spec/features/geo_node_spec.rb
ee/spec/features/geo_node_spec.rb
+2
-2
No files found.
ee/app/views/admin/geo/shared/_replication_nav.haml
View file @
ccf9b780
...
...
@@ -4,7 +4,7 @@
%h2
.page-title
=
_
(
'Geo Replication'
)
%p
=
s_
(
'Geo|Review replication status, and resynchronize and reverify items with the primary
nod
e.'
)
=
s_
(
'Geo|Review replication status, and resynchronize and reverify items with the primary
sit
e.'
)
%ul
.nav-links.nav.nav-tabs.border-top.border-bottom.border-secondary-100
=
nav_link
(
path:
'admin/geo/projects#index'
,
html_options:
{
class:
'gl-pr-2'
})
do
=
link_to
admin_geo_projects_path
,
title:
_
(
'Projects'
)
do
...
...
ee/spec/features/geo_node_spec.rb
View file @
ccf9b780
...
...
@@ -22,13 +22,13 @@ RSpec.describe 'GEO Nodes', :geo do
describe
"showing Flash Info Message"
do
it
'on dashboard'
do
visit
root_dashboard_path
expect
(
page
).
to
have_content
'You are on a secondary, read-only Geo
nod
e. If you want to make changes, you must visit the primary site.'
expect
(
page
).
to
have_content
'You are on a secondary, read-only Geo
sit
e. If you want to make changes, you must visit the primary site.'
expect
(
page
).
to
have_content
'Go to the primary site'
end
it
'on project overview'
do
visit
project_path
(
project
)
expect
(
page
).
to
have_content
'You are on a secondary, read-only Geo
nod
e. If you want to make changes, you must visit the primary site.'
expect
(
page
).
to
have_content
'You are on a secondary, read-only Geo
sit
e. If you want to make changes, you must visit the primary site.'
expect
(
page
).
to
have_content
'Go to the primary site'
end
end
...
...
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