mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
ui: remove drives
This commit is contained in:
committed by
Aiden McClelland
parent
fcb807eb42
commit
9f45879c7f
@@ -33,11 +33,11 @@ const routes: Routes = [
|
|||||||
canActivateChild: [AuthGuard],
|
canActivateChild: [AuthGuard],
|
||||||
loadChildren: () => import('./pages/apps-routes/apps-routing.module').then(m => m.AppsRoutingModule),
|
loadChildren: () => import('./pages/apps-routes/apps-routing.module').then(m => m.AppsRoutingModule),
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'drives',
|
// path: 'drives',
|
||||||
canActivate: [AuthGuard],
|
// canActivate: [AuthGuard],
|
||||||
loadChildren: () => import('./pages/server-routes/external-drives/external-drives.module').then( m => m.ExternalDrivesPageModule),
|
// loadChildren: () => import('./pages/server-routes/external-drives/external-drives.module').then( m => m.ExternalDrivesPageModule),
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
|||||||
@@ -47,11 +47,11 @@ export class AppComponent {
|
|||||||
url: '/notifications',
|
url: '/notifications',
|
||||||
icon: 'notifications-outline',
|
icon: 'notifications-outline',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: 'Backup drives',
|
// title: 'Backup drives',
|
||||||
url: '/drives',
|
// url: '/drives',
|
||||||
icon: 'albums-outline',
|
// icon: 'albums-outline',
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
|
|||||||
Reference in New Issue
Block a user