Merge "TemplateResolutionService default #occurrence 0->1"
[ccsdk/cds.git] / cds-ui / client / src / app / common / shared / components / home / home.component.html
index fc763be..f73f0e8 100644 (file)
@@ -17,9 +17,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ============LICENSE_END============================================ 
 -->
-
-
-<!-- <app-header></app-header> -->
 <!-- <mat-toolbar color="warn">
   <mat-toolbar-row>
     <button type="button" aria-label="Toggle sidenav" mat-icon-button (click)="drawer.toggle()" color="primary">
@@ -30,23 +27,33 @@ limitations under the License.
 </mat-toolbar> -->
 <mat-toolbar color="primary">
     <mat-toolbar-row>
-        <button type="button" aria-label="Toggle sidenav" mat-icon-button (click)="drawer.toggle()" color="primary">
-            <mat-icon aria-label="Side nav toggle icon">menu</mat-icon>
-          </button>
-  <span>Controller Blueprint Design Studio</span>
-  </mat-toolbar-row>
+        <!-- <button type="button" aria-label="Toggle sidenav" mat-icon-button (click)="drawer.toggle()" color="primary"> -->
+        <a class="menuBar" (click)="drawer.toggle()">&#9776;</a>
+        <!-- </button> -->
+        <span class="title">Controller Blueprint Design Studio</span>
+    </mat-toolbar-row>
 </mat-toolbar>
 <mat-sidenav-container class="example-container">
-  <mat-sidenav #drawer mode="side" [(opened)]="opened" (opened)="events.push('open!')"
-               (closed)="events.push('close!')">
-    <mat-toolbar color=""primary>Menu</mat-toolbar>
-    <mat-nav-list>
-        <a mat-list-item>Data dictionory</a>
-        <a mat-list-item [routerLink]="['/controllerBlueprint']">Controlled Blueprint</a>
-    </mat-nav-list>
-  </mat-sidenav>
+    <mat-sidenav #drawer mode="side" [(opened)]="opened" (opened)="events.push('open!')" (closed)="events.push('close!')">
+        <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>
+        </mat-nav-list>
+    </mat-sidenav>
 
-  <mat-sidenav-content (click)="drawer.close()">
-      <router-outlet></router-outlet>    
-  </mat-sidenav-content>
-</mat-sidenav-container>  
\ No newline at end of file
+    <mat-sidenav-content (click)="drawer.close()">
+        <router-outlet></router-outlet>
+    </mat-sidenav-content>
+</mat-sidenav-container>
\ No newline at end of file