Integrate EPSDK-FW library for auth and users
[portal/ric-dashboard.git] / webapp-frontend / src / app / navigation / sidenav-list / sidenav-list.component.html
index 8e8a75e..2ab5f7c 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.
 
 <!-- browse icons at https://material.io/tools/icons/?style=baseline -->
 <mat-nav-list>
-  <a mat-list-item routerLink="/login" (click)="onSidenavClose()">
+  <a mat-list-item routerLink="/" (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>
   <a mat-list-item routerLink="/stats" (click)="onSidenavClose()">
       <mat-icon>assessment</mat-icon> <span class="nav-caption">Stats</span>
   </a>
-  <a mat-list-item routerLink="/ran-connection" (click)="onSidenavClose()">
-      <mat-icon>cast_connected</mat-icon> <span class="nav-caption">RAN Connection</span>
-  </a> 
-  <a mat-list-item routerLink="/admin" (click)="onSidenavClose()">
-      <mat-icon>assignment_ind</mat-icon> <span class="nav-caption">Admin</span>
+  <a mat-list-item routerLink="/user" (click)="onSidenavClose()">
+      <mat-icon>assignment_ind</mat-icon> <span class="nav-caption">Users</span>
   </a>
 </mat-nav-list>