WIP item categories.

This commit is contained in:
elforjani3
2020-04-04 19:32:05 +02:00
parent cf5f56ae32
commit cff8945889
15 changed files with 697 additions and 111 deletions

View File

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