+ {i18n._(t`MOST RECENT SYNC`)}
+
+ {i18n._(t`JOB ID:`)} {job.id}
+
+
+ {i18n._(t`STATUS:`)} {job.status.toUpperCase()}
+
+ {job.finished && (
+
+ {i18n._(t`FINISHED:`)} {job.finished}
+
+ )}
+
+ );
+ };
+
+ render() {
+ const { project, isSelected, onSelect, detailUrl, i18n } = this.props;
+ const labelId = `check-action-${project.id}`;
+ return (
+