From 37f36e400e1fa41b387bac264cc1d28dbd26e133 Mon Sep 17 00:00:00 2001 From: Steven Guiheux Date: Wed, 8 Apr 2020 11:42:05 +0200 Subject: [PATCH] fix(ui): get failed step log at load --- ui/src/app/shared/action/action.html | 2 +- .../views/workflow/run/node/pipeline/step/step.log.component.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/app/shared/action/action.html b/ui/src/app/shared/action/action.html index e99abcfe0e..8a0ca36df6 100644 --- a/ui/src/app/shared/action/action.html +++ b/ui/src/app/shared/action/action.html @@ -82,7 +82,7 @@

{{ 'requirement_add' | translate }}

-

{{ 'action_step_title' | translate }}

+

{{ 'action_step_title' | translate }}{{ ' (' + steps.length + ')'}}