Create overall control with AppControl,RANControl
[portal/ric-dashboard.git] / webapp-frontend / src / app / navigation / sidenav-list / sidenav-list.component.html
index 8e8a75e..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.
@@ -24,7 +24,7 @@
       <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>
@@ -32,9 +32,6 @@
   <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>