From c43c812f778c56c981a8901cb1db121cf40bb1c2 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Mon, 18 Feb 2019 20:06:57 +0530 Subject: designer component Added designer component selector to modify component Issue-ID: CCSDK-975 Change-Id: I0d80f003dbf6de12b9a690156836fa7f05cdcc75 Signed-off-by: Arundathi Patil --- .../modify-template/modify-template.component.html | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html index c41bdafb7..1ba944a30 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html @@ -61,6 +61,7 @@ limitations under the License. + @@ -71,6 +72,18 @@ limitations under the License.
+ + + + Type + + + +
+
vnf-netconf-device
+
+
+ @@ -91,6 +104,56 @@ limitations under the License.
+ + + + Interface + + + +
+
{{item}}
+
+
+ + + + + Artifacts + + + +
+
{{item}}
+
+
+ + + + + Inputs + + + +
+
{{item}}
+
+
+ + + + + Capabilities + + + +
+
{{item}}
+
+
+ + + \ No newline at end of file -- cgit 1.2.3-korg