ui: remove drives

This commit is contained in:
Aaron Greenspan
2021-01-18 12:25:39 -07:00
committed by Aiden McClelland
parent fcb807eb42
commit 9f45879c7f
2 changed files with 10 additions and 10 deletions

View File

@@ -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({

View File

@@ -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 (