From 8fdd156861653683cb0c866eefa1df2357ff38f8 Mon Sep 17 00:00:00 2001 From: Steven Guiheux Date: Thu, 9 Jun 2022 09:34:05 +0200 Subject: [PATCH 1/2] fix(ui): do not paginate job variables --- ui/src/app/shared/parameter/list/parameter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/shared/parameter/list/parameter.html b/ui/src/app/shared/parameter/list/parameter.html index 4ab505354c..405eb1de12 100644 --- a/ui/src/app/shared/parameter/list/parameter.html +++ b/ui/src/app/shared/parameter/list/parameter.html @@ -1,4 +1,4 @@ - + Name From 266686cf69fb6254cdf8f06ab800b5c27ef96f55 Mon Sep 17 00:00:00 2001 From: Steven Guiheux Date: Thu, 9 Jun 2022 09:51:22 +0200 Subject: [PATCH 2/2] fix(ui): use step name instead of action name --- ui/src/app/shared/action/step/step.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/shared/action/step/step.html b/ui/src/app/shared/action/step/step.html index 7a3abb0f36..f5f60d0386 100644 --- a/ui/src/app/shared/action/step/step.html +++ b/ui/src/app/shared/action/step/step.html @@ -11,10 +11,10 @@ - + - {{step.name}} + {{step.step_name}}