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
e12811d1
Commit
e12811d1
authored
Nov 13, 2019
by
Lee Tickett
Committed by
Michael Kozono
Nov 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove local qualifier from geo sync indicators
parent
b44aafb4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
16 deletions
+21
-16
changelogs/unreleased/remove_local_qualifier_from_geo_sync_indicators.yml
...eased/remove_local_qualifier_from_geo_sync_indicators.yml
+5
-0
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_sync.vue
...onents/node_detail_sections/node_details_section_sync.vue
+4
-4
locale/gitlab.pot
locale/gitlab.pot
+12
-12
No files found.
changelogs/unreleased/remove_local_qualifier_from_geo_sync_indicators.yml
0 → 100644
View file @
e12811d1
---
title
:
Remove local qualifier from geo sync indicators
merge_request
:
20034
author
:
Lee Tickett
type
:
fixed
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_sync.vue
View file @
e12811d1
...
@@ -42,22 +42,22 @@ export default {
...
@@ -42,22 +42,22 @@ export default {
itemValueType
:
VALUE_TYPE
.
GRAPH
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
},
{
{
itemTitle
:
s__
(
'
GeoNodes|L
ocal L
FS objects
'
),
itemTitle
:
s__
(
'
GeoNodes|LFS objects
'
),
itemValue
:
this
.
nodeDetails
.
lfs
,
itemValue
:
this
.
nodeDetails
.
lfs
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
},
{
{
itemTitle
:
s__
(
'
GeoNodes|
Local a
ttachments
'
),
itemTitle
:
s__
(
'
GeoNodes|
A
ttachments
'
),
itemValue
:
this
.
nodeDetails
.
attachments
,
itemValue
:
this
.
nodeDetails
.
attachments
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
},
{
{
itemTitle
:
s__
(
'
GeoNodes|
Local j
ob artifacts
'
),
itemTitle
:
s__
(
'
GeoNodes|
J
ob artifacts
'
),
itemValue
:
this
.
nodeDetails
.
jobArtifacts
,
itemValue
:
this
.
nodeDetails
.
jobArtifacts
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
},
{
{
itemTitle
:
s__
(
'
GeoNodes|
Local c
ontainer repositories
'
),
itemTitle
:
s__
(
'
GeoNodes|
C
ontainer repositories
'
),
itemValue
:
this
.
nodeDetails
.
containerRepositories
,
itemValue
:
this
.
nodeDetails
.
containerRepositories
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
},
...
...
locale/gitlab.pot
View file @
e12811d1
...
@@ -7686,9 +7686,15 @@ msgstr ""
...
@@ -7686,9 +7686,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
msgstr ""
msgid "GeoNodes|Attachments"
msgstr ""
msgid "GeoNodes|Checksummed"
msgid "GeoNodes|Checksummed"
msgstr ""
msgstr ""
msgid "GeoNodes|Container repositories"
msgstr ""
msgid "GeoNodes|Data is out of date from %{timeago}"
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgstr ""
...
@@ -7719,6 +7725,12 @@ msgstr ""
...
@@ -7719,6 +7725,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgid "GeoNodes|Internal URL"
msgstr ""
msgstr ""
msgid "GeoNodes|Job artifacts"
msgstr ""
msgid "GeoNodes|LFS objects"
msgstr ""
msgid "GeoNodes|Last event ID processed by cursor"
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
msgstr ""
...
@@ -7740,18 +7752,6 @@ msgstr ""
...
@@ -7740,18 +7752,6 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgid "GeoNodes|Loading nodes"
msgstr ""
msgstr ""
msgid "GeoNodes|Local LFS objects"
msgstr ""
msgid "GeoNodes|Local attachments"
msgstr ""
msgid "GeoNodes|Local container repositories"
msgstr ""
msgid "GeoNodes|Local job artifacts"
msgstr ""
msgid "GeoNodes|New node"
msgid "GeoNodes|New node"
msgstr ""
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