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
ce6535b0
Commit
ce6535b0
authored
May 07, 2021
by
Zack Cuddy
Committed by
Jacques Erasmus
May 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo 2.0 Regression - Minor UX Fixes
parent
8ee3d85f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
ee/app/assets/javascripts/geo_nodes_beta/components/details/geo_node_core_details.vue
...o_nodes_beta/components/details/geo_node_core_details.vue
+6
-2
ee/app/assets/javascripts/geo_nodes_beta/components/details/primary_node/geo_node_verification_info.vue
...nents/details/primary_node/geo_node_verification_info.vue
+1
-1
ee/spec/frontend/geo_nodes_beta/components/details/geo_node_core_details_spec.js
...des_beta/components/details/geo_node_core_details_spec.js
+1
-0
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
ee/app/assets/javascripts/geo_nodes_beta/components/details/geo_node_core_details.vue
View file @
ce6535b0
...
...
@@ -45,8 +45,12 @@ export default {
<gl-link
class=
"gl-text-gray-900 gl-font-weight-bold gl-text-decoration-underline"
:href=
"node.url"
>
{{
node
.
url
}}
<gl-icon
name=
"external-link"
class=
"gl-ml-1"
/></gl-link>
target=
"_blank"
rel=
"noopener noreferrer"
>
{{
node
.
url
}}
<gl-icon
name=
"external-link"
class=
"gl-ml-1"
/>
</gl-link>
</div>
<div
v-if=
"node.primary"
class=
"gl-display-flex gl-flex-direction-column gl-lg-my-5"
>
<span>
{{
$options
.
i18n
.
internalUrl
}}
</span>
...
...
ee/app/assets/javascripts/geo_nodes_beta/components/details/primary_node/geo_node_verification_info.vue
View file @
ce6535b0
...
...
@@ -8,7 +8,7 @@ import GeoNodeProgressBar from '../geo_node_progress_bar.vue';
export
default
{
name
:
'
GeoNodeVerificationInfo
'
,
i18n
:
{
verificationInfo
:
s__
(
'
Geo|Verificaton information
'
),
verificationInfo
:
s__
(
'
Geo|Verificat
i
on information
'
),
replicationHelpText
:
s__
(
'
Geo|Replicated data is verified with the secondary node(s) using checksums.
'
,
),
...
...
ee/spec/frontend/geo_nodes_beta/components/details/geo_node_core_details_spec.js
View file @
ce6535b0
...
...
@@ -57,6 +57,7 @@ describe('GeoNodeCoreDetails', () => {
it
(
'
renders the Node Url correctly
'
,
()
=>
{
expect
(
findNodeUrl
().
exists
()).
toBe
(
true
);
expect
(
findNodeUrl
().
attributes
(
'
href
'
)).
toBe
(
MOCK_NODES
[
0
].
url
);
expect
(
findNodeUrl
().
attributes
(
'
target
'
)).
toBe
(
'
_blank
'
);
expect
(
findNodeUrl
().
text
()).
toBe
(
MOCK_NODES
[
0
].
url
);
});
...
...
locale/gitlab.pot
View file @
ce6535b0
...
...
@@ -14847,10 +14847,10 @@ msgstr ""
msgid "Geo|Verification failed - %{error}"
msgstr ""
msgid "Geo|Verification
status
"
msgid "Geo|Verification
information
"
msgstr ""
msgid "Geo|Verificat
on information
"
msgid "Geo|Verificat
ion status
"
msgstr ""
msgid "Geo|Waiting for scheduler"
...
...
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