From aa16710bd569702efc137df65a19bf58009e9c14 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Wed, 13 Feb 2019 15:54:50 +0530 Subject: grahical editor component Implemented feature to view the blueprint template in grahical editor component. Issue-ID: CCSDK-1017 Change-Id: I0545e1ee91aed8b6e5f8d4bdd6788433968335be Signed-off-by: Arundathi Patil --- .../designer/designer.component.html | 88 +--------------------- 1 file changed, 2 insertions(+), 86 deletions(-) (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 index 74c0fae12..b1c894099 100644 --- 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 @@ -18,89 +18,5 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ --> - - - - -
-
- - - - - 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 + + \ No newline at end of file -- cgit 1.2.3-korg