@if (filtersForm) {
| # |
{{ 'campaigns.execution.history.header.date' | translate }}
|
{{ 'campaigns.execution.history.header.status' | translate }}
|
{{ 'campaigns.execution.history.header.env' | translate }}
|
{{ 'campaigns.execution.history.header.dataset' | translate }}
|
{{ 'campaigns.execution.history.header.executor' | translate }}
|
|
|---|---|---|---|---|---|---|
|
@if (filtersForm.controls.date.value) {
{{ getDateFilterValue() | amDateFormat:'LL'}}
}
|
|
|
|
|
||
|
|
@if (execution.report.partialExecution) { } |
({{ 'global.time.in' | translate }} {{execution.report.duration | amDuration:'ms' }})
|
@if (execution.hasRunning()) {
{{ execution.running }}
} @else if (execution.isRunning()) {
{{ execution.pause }}
}
@if (execution.hasPassed()) {
{{ execution.passed }}
}
@if (execution.hasFailed()) {
{{ execution.failed }}
}
@if (execution.hasStopped()) {
{{ execution.stopped }}
}
@if (execution.hasNotExecuted()) {
{{ execution.notexecuted }}
}
|
|
|
|
| {{'campaigns.execution.history.empty' | translate}} | ||||||