mirror of https://github.com/akveo/blur-admin
refactor(sidebar): change menu items order
parent
0a072e664e
commit
333be7f516
|
@ -23,7 +23,7 @@
|
|||
title: 'Charts',
|
||||
sidebarMeta: {
|
||||
icon: 'ion-stats-bars',
|
||||
order: 400,
|
||||
order: 150,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
title: 'Components',
|
||||
sidebarMeta: {
|
||||
icon: 'ion-gear-a',
|
||||
order: 150,
|
||||
order: 100,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
title: 'Form Elements',
|
||||
sidebarMeta: {
|
||||
icon: 'ion-compose',
|
||||
order: 200,
|
||||
order: 250,
|
||||
},
|
||||
})
|
||||
.state('form.inputs', {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
title: 'UI Features',
|
||||
sidebarMeta: {
|
||||
icon: 'ion-android-laptop',
|
||||
order: 100,
|
||||
order: 200,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue