@if (migration) {
Migration: {{ migration.id }}
Status:
@if (migration.generalError) {
General error: {{ migration.generalError }}
} @if (totalErrors > 0) {
Errors:
}
Progress:
Entities: {{ migration.processedItemsCount }} / {{ migration.totalItemsCount }}
Start Date: {{ migration.startDate | localtime }}
@if (migration.endDate) {
End Date: {{ migration.endDate | localtime }}
}
Duration: {{ migration.elapsedTime | duration }}
@if (isRunning) {
Estimated Left: {{ migration.estimatedLeftTime | duration }}
}
Started by:
@if (totalErrors > 0) {
Entity Error @switch (error.causeEntity) { @case ('host') { } @default { {{ error.causeEntity }} [{{ error.id }}] {{ error.label }} } } {{ error.error }} No error details available
}
}