update,
This commit is contained in:
@@ -111,7 +111,16 @@ export const layoutConfig = {
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
key: 'users',
|
||||
title: 'users',
|
||||
icon: 'users',
|
||||
items: [
|
||||
{ key: 'users', title: 'List users', href: paths.dashboard.users.list },
|
||||
{ key: 'users:create', title: 'Create user', href: paths.dashboard.users.create },
|
||||
{ key: 'users:details', title: 'User details', href: paths.dashboard.users.view('1') },
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 'teachers',
|
||||
title: 'teachers',
|
||||
|
Reference in New Issue
Block a user