Commit 7cefa187 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mk/geo/fix-show-job-artifacts-sync-status' into 'master'

Geo: Add back job artifacts sync status to /admin/geo_nodes

Closes #5712

See merge request gitlab-org/gitlab-ee!5411
parents 4cc61d0b c48fd0c5
......@@ -48,6 +48,11 @@
itemValue: this.nodeDetails.attachments,
itemValueType: VALUE_TYPE.GRAPH,
},
{
itemTitle: s__('GeoNodes|Local job artifacts:'),
itemValue: this.nodeDetails.jobArtifacts,
itemValueType: VALUE_TYPE.GRAPH,
},
{
itemTitle: s__('GeoNodes|Data replication lag:'),
itemValue: this.dbReplicationLag(),
......
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