{{ 'P2P_PROVIDER.EXECUTIONS' | translate }}

{{ executionId }}

@if (execution && isInProgress()) {
{{ 'REPLICATION.IN_PROGRESS' | translate }}
} @if (execution && isSuccess()) {
{{ 'REPLICATION.SUCCESS' | translate }}
} @if (execution && isFailed()) {
{{ 'REPLICATION.FAILURE' | translate }}
}
{{ startTime() | harborDatetime : 'short' }}
{{ successNum() }}
{{ failedNum() }}
{{ progressNum() }}
{{ stoppedNum() }}
{{ 'REPLICATION.TASK_ID' | translate }} {{ 'P2P_PROVIDER.ID' | translate }} {{ 'DESTINATION.STATUS' | translate }} {{ 'DESTINATION.CREATION_TIME' | translate }} {{ 'REPLICATION.LOGS' | translate }} {{ 'P2P_PROVIDER.TASKS_PLACEHOLDER' | translate }} @for (t of tasks; track t) { {{ t.id }} {{ t.execution_id }} {{ t.status }} @if (t.status_message) { } {{ t.status_message }} {{ t.creation_time | harborDatetime : 'short' }} @if (t.status !== 'Initialized') { } } {{ 'PAGINATION.PAGE_SIZE' | translate }} @if (totalCount) { {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'REPLICATION.OF' | translate }} } {{ totalCount }} {{ 'REPLICATION.ITEMS' | translate }}