From 74b56c88b966f7c980d0c4d31059abf3c46c237b Mon Sep 17 00:00:00 2001 From: Richard LT Date: Tue, 29 Jan 2019 10:56:22 +0100 Subject: [PATCH] fix(ui): workflow not rendering bad integration_id key name (#3894) 1. Description 1. Related issues 1. About tests 1. Mentions @ovh/cds --- ui/src/app/shared/workflow/wnode/pipeline/node.pipeline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/shared/workflow/wnode/pipeline/node.pipeline.html b/ui/src/app/shared/workflow/wnode/pipeline/node.pipeline.html index adf1c50af1..c28d282aba 100644 --- a/ui/src/app/shared/workflow/wnode/pipeline/node.pipeline.html +++ b/ui/src/app/shared/workflow/wnode/pipeline/node.pipeline.html @@ -11,7 +11,7 @@
- {{ noderun?.subnumber }} + {{noderun?.subnumber}}
@@ -32,7 +32,7 @@