menu reorder

This commit is contained in:
nixa 2016-05-17 12:49:12 +03:00
parent c81e0852b7
commit 097257b5d7

View file

@ -7,13 +7,27 @@ export const menuItems = [
expanded: false, expanded: false,
order: 0 order: 0
}, },
{
title: 'Charts',
component: 'Charts',
icon: 'ion-stats-bars',
selected: false,
expanded: false,
order: 200,
subMenu: [
{
title: 'Chartist.Js',
component: 'ChartistJs',
},
]
},
{ {
title: 'UI Features', title: 'UI Features',
component: 'Ui', component: 'Ui',
icon: 'ion-android-laptop', icon: 'ion-android-laptop',
selected: false, selected: false,
expanded: false, expanded: false,
order: 200, order: 300,
subMenu: [ subMenu: [
{ {
title: 'Typography', title: 'Typography',
@ -33,13 +47,45 @@ export const menuItems = [
}, },
] ]
}, },
{
title: 'Form Elements',
component: 'Forms',
icon: 'ion-compose',
selected: false,
expanded: false,
order: 400,
subMenu: [
{
title: 'Form Inputs',
component: 'Inputs',
},
{
title: 'Form Layouts',
component: 'Layouts',
},
]
},
{
title: 'Tables',
component: 'Tables',
icon: 'ion-grid',
selected: false,
expanded: false,
order: 500,
subMenu: [
{
title: 'Basic Tables',
component: 'BasicTables',
}
]
},
{ {
title: 'Maps', title: 'Maps',
component: 'Maps', component: 'Maps',
icon: 'ion-ios-location-outline', icon: 'ion-ios-location-outline',
selected: false, selected: false,
expanded: false, expanded: false,
order: 300, order: 600,
subMenu: [ subMenu: [
{ {
title: 'Google Maps', title: 'Google Maps',
@ -59,57 +105,12 @@ export const menuItems = [
} }
] ]
}, },
{
title: 'Charts',
component: 'Charts',
icon: 'ion-stats-bars',
selected: false,
expanded: false,
order: 400,
subMenu: [
{
title: 'Chartist.Js',
component: 'ChartistJs',
},
]
},
{
title: 'Form Elements',
component: 'Forms',
icon: 'ion-compose',
selected: false,
expanded: false,
order: 500,
subMenu: [
{
title: 'Form Inputs',
component: 'Inputs',
},
{
title: 'Form Layouts',
component: 'Layouts',
},
]
},
{
title: 'Tables',
component: 'Tables',
icon: 'ion-grid',
selected: false,
expanded: false,
order: 600,
subMenu: [
{
title: 'Basic Tables',
component: 'BasicTables',
}
]
},
{ {
title: 'Menu Level 1', title: 'Menu Level 1',
icon: 'ion-ios-more', icon: 'ion-ios-more',
selected: false, selected: false,
expanded: false, expanded: false,
order: 700,
subMenu: [ subMenu: [
{ {
title: 'Menu Level 1.1', title: 'Menu Level 1.1',