From f1e032cf4ae3505eb8acbce56ac978649d6f63d4 Mon Sep 17 00:00:00 2001 From: Arielk Date: Thu, 6 Sep 2018 15:30:15 +0300 Subject: Service operation UI merge Change-Id: I9e8f584b61638696272738220d73086ebd168c96 Issue-ID: SDC-1739 Signed-off-by: Arielk --- .../operation-creator.component.html | 33 +++++++++++++--------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.html') diff --git a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.html b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.html index c0a6966ceb..84f3910c9b 100644 --- a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.html +++ b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.html @@ -5,13 +5,14 @@
- - - + +
@@ -20,16 +21,18 @@ type="text" data-tests-id="operationDescription" name="description" + [ngClass]="{'disabled': readonly}" [(ngModel)]="operation.description" [attr.maxLength]="200" />
-
+
@@ -39,6 +42,7 @@ @@ -49,7 +53,7 @@ @@ -61,7 +65,7 @@ Input Parameters Add Input Parameter @@ -70,7 +74,7 @@
Name - Type + Type Property Mandatory - ●●● + ●●●
@@ -98,13 +102,14 @@
+ [onRemoveParam]="onRemoveParam" + [readonly]="readonly">
-- cgit 1.2.3-korg