Merge "Revise the notification service"
[portal/ric-dashboard.git] / webapp-frontend / src / app / navigation / sidenav-list / sidenav-list.component.html
index 68f95ae..e4753e9 100644 (file)
@@ -7,9 +7,9 @@
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
-  
+
        http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   limitations under the License.
   ========================LICENSE_END===================================
   -->
+
+<!-- browse icons at https://material.io/tools/icons/?style=baseline -->
 <mat-nav-list>
   <a mat-list-item routerLink="/login" (click)="onSidenavClose()">
       <mat-icon>home</mat-icon> <span class="nav-caption">Home</span>
   </a>
   <a mat-list-item routerLink="/catalog" (click)="onSidenavClose()">
-      <mat-icon>list</mat-icon> <span class="nav-caption">Catalog</span>   
+      <mat-icon>list</mat-icon> <span class="nav-caption">Catalog</span>
   </a>
   <a mat-list-item routerLink="/control" (click)="onSidenavClose()">
       <mat-icon>settings</mat-icon><span class="nav-caption">Control</span>
@@ -31,6 +33,6 @@
       <mat-icon>assessment</mat-icon> <span class="nav-caption">Stats</span>
   </a>
   <a mat-list-item routerLink="/admin" (click)="onSidenavClose()">
-      <mat-icon>assignment_ind</mat-icon> <span class="nav-caption">Admin</span>   
+      <mat-icon>assignment_ind</mat-icon> <span class="nav-caption">Admin</span>
   </a>
 </mat-nav-list>