From 9f45879c7fe27cb1651dc27c8963961f8e7782a3 Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Mon, 18 Jan 2021 12:25:39 -0700 Subject: [PATCH] ui: remove drives --- ui/src/app/app-routing.module.ts | 10 +++++----- ui/src/app/app.component.ts | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 (