feat: dashboard style.

This commit is contained in:
Ahmed Bouhuolia
2020-04-12 12:03:45 +02:00
parent 6dcff7e4c2
commit 37fb5a6f11
24 changed files with 517 additions and 201 deletions

View File

@@ -1,4 +1,4 @@
export default {
"app_name": "Ratteb",
"app_name": "BigCapital",
"app_version": "0.0.1 (build 12344)",
}

View File

@@ -17,10 +17,6 @@ export default [
iconSize: 20,
text: 'Items',
children: [
{
text: 'Category List',
href: '/dashboard/items/ItemCategoriesList'
},
{
text: 'Items List',
href: '/dashboard/items/list'
@@ -28,7 +24,11 @@ export default [
{
text: 'New Item',
href: '/dashboard/items/new'
}
},
{
text: 'Category List',
href: '/dashboard/items/ItemCategoriesList'
},
]
},
{