mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-19 07:46:09 +01:00
removed unused menu links
This commit is contained in:
parent
4fc44da5d8
commit
3ac6b75f9c
1 changed files with 0 additions and 27 deletions
|
|
@ -82,33 +82,6 @@ export class SidebarService {
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Pages',
|
||||
icon: 'ion-document',
|
||||
selected: false,
|
||||
expanded: false,
|
||||
subMenu: [
|
||||
{
|
||||
title: 'Sign In',
|
||||
// name: 'SignIn',
|
||||
blank: true
|
||||
},
|
||||
{
|
||||
title: 'Sign Up',
|
||||
// name: 'SignUp',
|
||||
blank: true
|
||||
},
|
||||
{
|
||||
title: 'User Profile',
|
||||
// name: 'UserProfile'
|
||||
},
|
||||
{
|
||||
title: '404 Page',
|
||||
// name: 'NotFound',
|
||||
blank: true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Menu Level 1',
|
||||
icon: 'ion-ios-more',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue