mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-11 19:04:20 +01:00
feat(sidebar): ability to add custom url into the menu
This commit is contained in:
parent
f2370a2e09
commit
d7ec3fa1dd
2 changed files with 23 additions and 4 deletions
|
|
@ -128,5 +128,14 @@ export const menuItems = [
|
|||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'External Link',
|
||||
url: 'http://akveo.com',
|
||||
icon: 'ion-android-exit',
|
||||
selected: false,
|
||||
expanded: false,
|
||||
order: 800,
|
||||
target: '_blank'
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue