Merge "Jointjs integration with angular"
[ccsdk/cds.git] / cds-ui / client / src / app / common / shared / components / home / home.component.html
index f8cfc88..2f1ec45 100644 (file)
@@ -1,6 +1,8 @@
 <!-- ============LICENSE_START==========================================
 ===================================================================
 Copyright (C) 2018 IBM Intellectual Property. All rights reserved.
+
+Modifications Copyright (C) 2019 TechMahindra
 ===================================================================
 
 Unless otherwise specified, all software contained herein is licensed
@@ -38,7 +40,20 @@ limitations under the License.
         <mat-toolbar color="" primary>Menu</mat-toolbar>
         <mat-nav-list>
             <a mat-list-item [routerLink]="['/blueprint']">Controller Blueprint</a>
+            <!-- <nav class="ng-tns-c12-2 ng-star-inserted"> -->
+            <!-- <button class="docs-nav-content-btn" cdkaccordionitem="" expanded="true"
+          aria-label="Form Controls, section toggle" aria-controls="panel-forms" aria-expanded="false">-->
+            <!-- <label>Controller Blueprint</label> -->
+            <!-- <mat-icon class="mat-icon notranslate material-icons mat-icon-no-color" role="img" aria-hidden="true">
+            keyboard_arrow_down</mat-icon></button> -->
+            <!-- <ul>
+                    <a mat-list-item [routerLink]="['/blueprint']">Create Blueprint</a>
+                    <a mat-list-item [routerLink]="['/']">Search Blueprint</a>
+                </ul>
+            </nav> -->
             <a mat-list-item [routerLink]="['/resource-definition']">Resource Definition</a>
+            <a mat-list-item [routerLink]="['/controller-catalog']">Controller Catalog</a>
+            <a mat-list-item [routerLink]="['/blueprint-designer']">Blueprint Designer</a>
         </mat-nav-list>
     </mat-sidenav>