From 1de1692115d1df5b4e07c1feb21d098899a6604b Mon Sep 17 00:00:00 2001 From: aribeiro Date: Fri, 1 Oct 2021 11:30:49 +0100 Subject: Add UI support for adding tosca artifact types UI support for adding artifacts to an interface operation implementation Issue-ID: SDC-3768 Signed-off-by: aribeiro Change-Id: I71b3e49a160521e35a45515ad7adef836f901e78 --- .../interface-operation-handler.component.html | 75 ++++++++++++++++++++-- 1 file changed, 68 insertions(+), 7 deletions(-) (limited to 'catalog-ui/src/app/ng2/pages/composition/interface-operatons/operation-creator/interface-operation-handler.component.html') 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 f71102053a..428c4cd5ed 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 @@ -41,7 +41,7 @@ -
+
-
- - +
+ +
+ + +
+
+ + +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+
+ {{ 'IMPLEMENTATION_ARTIFACT_PROPERTY_NAME' | translate }} + {{ 'IMPLEMENTATION_ARTIFACT_PROPERTY_TYPE' | translate }} + {{ 'IMPLEMENTATION_ARTIFACT_PROPERTY_VALUE' | translate }} +
+ +
+
{{ 'EMPTY_PARAM_TABLE_HEADER' | translate }}
+
+ + +
+
-- cgit 1.2.3-korg