{{filteredExecutions.length}} / {{executions.length}} @for (execution of filteredExecutions; track execution.executionId) { } @if (!filteredExecutions.length) { }
#
{{'scenarios.execution.history.date' | translate}}
{{'scenarios.execution.history.status' | translate}}
{{'scenarios.execution.history.error' | translate}} {{'scenarios.execution.history.info' | translate}}
{{ 'scenarios.execution.history.tags' | translate }}
{{'scenarios.execution.history.scenarioId' | translate}}
{{'scenarios.execution.history.env' | translate}}
{{'scenarios.execution.history.campaign' | translate}}
{{'scenarios.execution.history.executor' | translate}}
@if (filtersForm.controls['date'].value) {
{{ getDateFilterValue() | amDateFormat:'LL'}}
}
({{ 'global.time.in' | translate }} {{execution.duration | amDuration:'ms' }})
@if (execution.tags && execution.tags.length <= 3) { @for (tag of execution.tags; track $index) { {{tag}} } } @if (execution.tags && execution.tags.length > 3) { @for (tag of execution.tags | slice:0:2; track $index) { {{tag}} } }
{{'scenarios.execution.history.empty' | translate}}