From 1b2d71d30ec8c92c50eabb2b163ec9cc9640d61a Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Sat, 6 Apr 2019 00:21:57 +0530 Subject: CBA integration Change-Id: I0505e32fe7680f1e2ee029f36d37e3ec84088789 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi --- .../resource-mapping.component.html | 166 +++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html new file mode 100644 index 000000000..b369e012d --- /dev/null +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html @@ -0,0 +1,166 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RequiredTemplate InputParameter NameDictionary NameDictionary SourceDefaultData TypeEntry SchemaDependency Mapping
+ + + + {{param["param-value"]}} + + + + + + + + + + + + +
+ + + + Name + + + + + + + + + + + + +
+ + + + Name + + + + + + + + + + + + +
+ + + + Name + + + + + + + + + + + + +
+
\ No newline at end of file -- cgit 1.2.3-korg