diff --git a/ui/src/app/app-routing.module.ts b/ui/src/app/app-routing.module.ts index 6f2e8db05..ae6f64ad3 100644 --- a/ui/src/app/app-routing.module.ts +++ b/ui/src/app/app-routing.module.ts @@ -33,11 +33,11 @@ const routes: Routes = [ canActivateChild: [AuthGuard], loadChildren: () => import('./pages/apps-routes/apps-routing.module').then(m => m.AppsRoutingModule), }, - { - path: 'drives', - canActivate: [AuthGuard], - loadChildren: () => import('./pages/server-routes/external-drives/external-drives.module').then( m => m.ExternalDrivesPageModule), - }, + // { + // path: 'drives', + // canActivate: [AuthGuard], + // loadChildren: () => import('./pages/server-routes/external-drives/external-drives.module').then( m => m.ExternalDrivesPageModule), + // }, ] @NgModule({ diff --git a/ui/src/app/app.component.ts b/ui/src/app/app.component.ts index abf6b6a16..d547486c1 100644 --- a/ui/src/app/app.component.ts +++ b/ui/src/app/app.component.ts @@ -47,11 +47,11 @@ export class AppComponent { url: '/notifications', icon: 'notifications-outline', }, - { - title: 'Backup drives', - url: '/drives', - icon: 'albums-outline', - }, + // { + // title: 'Backup drives', + // url: '/drives', + // icon: 'albums-outline', + // }, ] constructor (