mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(register): add pages to menu
This commit is contained in:
parent
1a2512daaf
commit
751c8d9981
1 changed files with 17 additions and 0 deletions
|
|
@ -105,6 +105,23 @@ export const menuItems = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Pages',
|
||||
icon: 'ion-ios-location-outline',
|
||||
selected: false,
|
||||
expanded: false,
|
||||
order: 650,
|
||||
subMenu: [
|
||||
{
|
||||
title: 'Login',
|
||||
url: '/#/login',
|
||||
},
|
||||
{
|
||||
title: 'Register',
|
||||
url: '/#/register',
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Menu Level 1',
|
||||
icon: 'ion-ios-more',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue