X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-ui%2Fsrc%2Fapp%2Fng2%2Fpages%2Fcomposition%2Finterface-operatons%2Foperation-creator%2Finterface-operation-handler.component.html;h=38aed30918f502b54f223c376cd7e59b2ec4eed8;hb=455de07d796e9a1a24b32241e25fb4c1ec09d1cc;hp=46db3b94a9718d1560be408c3d53ed01de1979e8;hpb=f13f58eb867c763e6ed1c3b674fd99b1081a0664;p=sdc.git diff --git a/catalog-ui/src/app/ng2/pages/composition/interface-operatons/operation-creator/interface-operation-handler.component.html b/catalog-ui/src/app/ng2/pages/composition/interface-operatons/operation-creator/interface-operation-handler.component.html index 46db3b94a9..38aed30918 100644 --- a/catalog-ui/src/app/ng2/pages/composition/interface-operatons/operation-creator/interface-operation-handler.component.html +++ b/catalog-ui/src/app/ng2/pages/composition/interface-operatons/operation-creator/interface-operation-handler.component.html @@ -25,19 +25,30 @@
- - + [required]="true" + [testId]="'interface-name'" + [selectedOption]="selectedInterfaceType" + [placeHolder]="'Select...'" + [disabled]="isViewOnly || isEdit" + (changed)="onSelectInterface($event)" + [options]="interfaceTypeOptions"> +
- - + [required]="true" + [testId]="'operation-name'" + [selectedOption]="selectedInterfaceOperation" + [placeHolder]="'Select...'" + [disabled]="isViewOnly || isEdit" + (changed)="onSelectOperation($event)" + [options]="interfaceOperationOptions"> +
@@ -54,81 +65,75 @@
- - -
-
- -
-
- - -
-
- - -
-
- - -
+
+
+ + +
+
+
+ + +
+
+ +
- -
-
- {{ 'IMPLEMENTATION_ARTIFACT_PROPERTY_NAME' | translate }} - {{ 'IMPLEMENTATION_ARTIFACT_PROPERTY_TYPE' | translate }} - {{ 'IMPLEMENTATION_ARTIFACT_PROPERTY_VALUE' | translate }} -
- -
-
{{ 'EMPTY_PARAM_TABLE_HEADER' | translate }}
-
- - -
+
+ +
@@ -142,5 +147,14 @@ >
+
+ + + +