summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-11-08 17:05:20 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-11-08 17:08:48 +0200
commit01d15fc40570a5ff64dfe6a77ee0458889780a6d (patch)
treede672d5906acc51455e54620112ae340b149e41c /cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
parentfac42ccc0046183b5cab827caf05f0b540839965 (diff)
Add Get Attribute Value in Action Output Modal
Issue-ID: CCSDK-2780 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: If241ccdaa3861c4e7fb6b3320961081c144b1f7b
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
index 61cc1b453..81ae1cd1d 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
@@ -222,7 +222,7 @@
(click)="openActionAttributes(customActionName)"></i>
{{customActionName}} </label>
- <ul *ngIf="customActionName.includes(this.currentActionName)">
+ <ul *ngIf="customActionName.includes(this.currentActionName)" class="actionSubList">
<li [attr.for]="customActionName" *ngFor="let currentFunction of steps">
<span
(click)="openFunctionAttributes(currentFunction)">{{currentFunction}}</span>