|
|
({{ '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}}
}
}
|
|
|
|
|
}
@if (!filteredExecutions.length) {