Commit c48fd0c5 authored by Michael Kozono's avatar Michael Kozono

Add job artifacts sync status

parent e4c31f25
...@@ -48,6 +48,11 @@ ...@@ -48,6 +48,11 @@
itemValue: this.nodeDetails.attachments, itemValue: this.nodeDetails.attachments,
itemValueType: VALUE_TYPE.GRAPH, itemValueType: VALUE_TYPE.GRAPH,
}, },
{
itemTitle: s__('GeoNodes|Local job artifacts:'),
itemValue: this.nodeDetails.jobArtifacts,
itemValueType: VALUE_TYPE.GRAPH,
},
{ {
itemTitle: s__('GeoNodes|Data replication lag:'), itemTitle: s__('GeoNodes|Data replication lag:'),
itemValue: this.dbReplicationLag(), 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