mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Merge branch 'master' into skeleton
This commit is contained in:
parent
e20687034f
commit
fb214da5fe
|
@ -6,10 +6,12 @@ export class NavigationModel
|
||||||
{
|
{
|
||||||
this.model = [
|
this.model = [
|
||||||
{
|
{
|
||||||
'title': 'Applications',
|
'id' : 'applications',
|
||||||
'type' : 'group',
|
'title' : 'Applications',
|
||||||
|
'type' : 'group',
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
|
'id' : 'sample',
|
||||||
'title': 'Sample',
|
'title': 'Sample',
|
||||||
'type' : 'item',
|
'type' : 'item',
|
||||||
'icon' : 'email',
|
'icon' : 'email',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user