This commit is contained in:
Sercan Yemen 2017-07-31 17:35:36 +03:00
parent 67380b0543
commit 0fc689daed
2 changed files with 19 additions and 23 deletions

View File

@ -32,28 +32,6 @@ export class FuseNavigation
'icon' : 'today', 'icon' : 'today',
'url' : '/apps/calendar' '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', 'title': 'Mail',
'type' : 'nav-item', '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', 'title': 'Maintenance',
'type' : 'nav-item', 'type' : 'nav-item',

View File

@ -82,7 +82,8 @@
} }
.contact-mood { .contact-mood {
line-height: normal;
margin-top: 0;
} }
.unread-message-count { .unread-message-count {