mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
srcn
This commit is contained in:
parent
67380b0543
commit
0fc689daed
|
@ -32,28 +32,6 @@ export class FuseNavigation
|
|||
'icon' : 'today',
|
||||
'url' : '/apps/calendar'
|
||||
},
|
||||
{
|
||||
'title' : 'Ecommerce',
|
||||
'type' : 'nav-collapse',
|
||||
'icon' : 'shopping_cart',
|
||||
'children': [
|
||||
{
|
||||
'title': 'Products',
|
||||
'type' : 'nav-item',
|
||||
'url' : '/apps/e-commerce/products'
|
||||
},
|
||||
{
|
||||
'title': 'Product',
|
||||
'type' : 'nav-item',
|
||||
'url' : '/apps/e-commerce/product'
|
||||
},
|
||||
{
|
||||
'title': 'Orders',
|
||||
'type' : 'nav-item',
|
||||
'url' : '/apps/e-commerce/orders'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'title': 'Mail',
|
||||
'type' : 'nav-item',
|
||||
|
@ -153,6 +131,23 @@ export class FuseNavigation
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'title' : 'Invoice',
|
||||
'type' : 'nav-collapse',
|
||||
'icon' : 'receipt',
|
||||
'children': [
|
||||
{
|
||||
'title': 'Modern',
|
||||
'type' : 'nav-item',
|
||||
'url' : '/pages/invoice/modern'
|
||||
},
|
||||
{
|
||||
'title': 'Classic',
|
||||
'type' : 'nav-item',
|
||||
'url' : '/pages/invoice/classic'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'title': 'Maintenance',
|
||||
'type' : 'nav-item',
|
||||
|
|
|
@ -82,7 +82,8 @@
|
|||
}
|
||||
|
||||
.contact-mood {
|
||||
|
||||
line-height: normal;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.unread-message-count {
|
||||
|
|
Loading…
Reference in New Issue
Block a user