Adding admin items to sidebar (#522)

This commit is contained in:
Mike Arpaia 2016-11-21 12:37:54 -08:00 committed by GitHub
parent 5dd0b1cf64
commit f6e5084d0d

View file

@ -9,12 +9,19 @@ export default (admin) => {
},
subItems: [
{
name: 'User Management',
name: 'Manage Users',
path: {
regex: /\/users/,
location: '/admin/users',
},
},
{
name: 'App Settings',
path: {
regex: /\/settings/,
location: '/admin/settings',
},
},
],
},
];