From c21ba95e56f70ba9fbe0daa3ac4b413424b323eb Mon Sep 17 00:00:00 2001 From: Arielk Date: Sun, 21 Apr 2019 16:07:44 +0300 Subject: bug fixes to operation screen and External workflowartifact completion Change-Id: I9d71385d6e29e1736a24f9d84581e465187e9f26 Issue-ID: SDC-2249 Signed-off-by: Arielk --- .../operation-creator.component.html | 35 +++++++++- .../operation-creator.component.less | 19 ++++++ .../operation-creator.component.ts | 56 ++++++++++++---- .../param-row/param-row.component.html | 4 +- .../param-row/param-row.component.ts | 75 ++++++++++++++++------ 5 files changed, 154 insertions(+), 35 deletions(-) (limited to 'catalog-ui/src/app/ng2/pages/interface-operation/operation-creator') 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 9f78088609..5faddd829c 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 @@ -50,7 +50,8 @@ label="{{ 'OPERATION_NAME' | translate }}" [(value)]="operation.name" testId="operationName" - (valueChange)="onChangeName()"> + (valueChange)="onChangeName()" + [disabled]="readonly"> @@ -80,7 +81,37 @@ -
+
+ +
+ +
+ + {{ operation.artifactFile && operation.artifactFile.name }} + +
+ +
+