Commit 899c0f13 authored by Michael Kozono's avatar Michael Kozono

Merge branch 'remove_local_qualifier_from_geo_sync_indicators' into 'master'

Remove local qualifier from geo sync indicators

See merge request gitlab-org/gitlab!20034
parents b44aafb4 e12811d1
---
title: Remove local qualifier from geo sync indicators
merge_request: 20034
author: Lee Tickett
type: fixed
...@@ -42,22 +42,22 @@ export default { ...@@ -42,22 +42,22 @@ export default {
itemValueType: VALUE_TYPE.GRAPH, itemValueType: VALUE_TYPE.GRAPH,
}, },
{ {
itemTitle: s__('GeoNodes|Local LFS 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 attachments'), itemTitle: s__('GeoNodes|Attachments'),
itemValue: this.nodeDetails.attachments, itemValue: this.nodeDetails.attachments,
itemValueType: VALUE_TYPE.GRAPH, itemValueType: VALUE_TYPE.GRAPH,
}, },
{ {
itemTitle: s__('GeoNodes|Local job artifacts'), itemTitle: s__('GeoNodes|Job artifacts'),
itemValue: this.nodeDetails.jobArtifacts, itemValue: this.nodeDetails.jobArtifacts,
itemValueType: VALUE_TYPE.GRAPH, itemValueType: VALUE_TYPE.GRAPH,
}, },
{ {
itemTitle: s__('GeoNodes|Local container repositories'), itemTitle: s__('GeoNodes|Container repositories'),
itemValue: this.nodeDetails.containerRepositories, itemValue: this.nodeDetails.containerRepositories,
itemValueType: VALUE_TYPE.GRAPH, itemValueType: VALUE_TYPE.GRAPH,
}, },
......
...@@ -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 ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment