mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Added E-Commerce pages to the navigation for easier access
This commit is contained in:
parent
3bca193bcc
commit
99d9552813
|
@ -50,11 +50,23 @@ export class NavigationModel
|
||||||
'type' : 'item',
|
'type' : 'item',
|
||||||
'url' : '/apps/e-commerce/products'
|
'url' : '/apps/e-commerce/products'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'id' : 'dashboard',
|
||||||
|
'title': 'Product Detail',
|
||||||
|
'type' : 'item',
|
||||||
|
'url' : '/apps/e-commerce/products/1/printed-dress'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'id' : 'dashboard',
|
'id' : 'dashboard',
|
||||||
'title': 'Orders',
|
'title': 'Orders',
|
||||||
'type' : 'item',
|
'type' : 'item',
|
||||||
'url' : '/apps/e-commerce/orders'
|
'url' : '/apps/e-commerce/orders'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'id' : 'dashboard',
|
||||||
|
'title': 'Order Detail',
|
||||||
|
'type' : 'item',
|
||||||
|
'url' : '/apps/e-commerce/orders/1'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user