-
-
- Status:
-
-
-
- {status?.sync.state ?? 'N/A'}
-
-
-
- Job ID:
-
-
-
- {status?.sync.job ?? 'N/A'}
-
-
-
-
- Last Ref:
-
-
-
-
- {status?.sync.lastRef
- ? status.sync.lastRef.substring(0, 7)
- : t('provisioning.repository-overview.not-available', 'N/A')}
-
-
-
-
-
- Started:
-
-
-
- {formatTimestamp(status?.sync.started)}
-
-
-
-
- Finished:
-
-
-
- {formatTimestamp(status?.sync.finished)}
-
-
- {!!status?.sync?.message?.length && (
- <>
-
-
- Messages:
-
-
-
-
-
- >
- )}
-
-