summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-12-16 02:45:47 +0200
committerShaaban Ebrahim <shaaban.eltanany.ext@orange.com>2020-12-16 10:34:23 +0000
commit98f2cd31c4a81dab41b8a9fd0e527a2a184e90df (patch)
treea756d7c779ab34aaae226ffdc77bb0d14e62baff /cds-ui/designer-client/src/app/modules/feature-modules/packages/designer
parentf38e495d47e69b5203940e1f3eb76145c2a30e83 (diff)
Add Deploy status icon and fix Script form design
Issue-ID: CCSDK-2320 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I485436bf9c98ed24cfa23a808620d12ff571e456
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html
index 6a73d9e57..2c611134b 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html
@@ -468,7 +468,7 @@
<!--<input type="email" class="form-control" id="inputEmail3" placeholder="Attributes">-->
<div class="container p-0">
<label>Selected Attributes</label>
- <div *ngFor="let tempInput of tempInputs" class="selectedWrapper">{{tempInput}}
+ <div *ngFor="let tempInput of tempInputs" class="selectedWrapper">{{tempInput}}
</div>
</div>
</div>