From ec367e959cf8e39b9ba03406a124c2d6f56f97f6 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Tue, 29 Jan 2019 15:54:30 +0530 Subject: Designer component This component contains the view for graphical blueprint editor Issue-ID: CCSDK-975 Change-Id: Iec0895bf553d0a561e62083f23da1095f7e388de Signed-off-by: Arundathi Patil --- .../designer/designer.component.html | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html new file mode 100644 index 000000000..74c0fae12 --- /dev/null +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html @@ -0,0 +1,106 @@ + + + + + + +
+
+ + + + + Node types + + +
+
+ Node 1 +
+
+ Node 2 +
+
+ Node 3 +
+
+ Node 4 +
+
+ +
+ + + + + Policy + + +
+
+ Node 1 +
+
+ Node 2 +
+
+ Node 3 +
+
+ Node 4 +
+
+ Node 3 +
+ +
+
+ +
+
+ +
+
+ + + + + Properties + + + + + + + Interface + + + + +
+
+ + + + + \ No newline at end of file -- cgit 1.2.3-korg