feat(frontend): new users page
This commit is contained in:
parent
e356716eee
commit
e9d6b808d1
|
|
@ -94,11 +94,10 @@ export const items = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Users',
|
title: 'Users',
|
||||||
disabled: true,
|
path: '/access-control/users',
|
||||||
tooltip: 'Upgrade to Business Plan',
|
|
||||||
icon: (
|
icon: (
|
||||||
<SvgIcon fontSize="small">
|
<SvgIcon fontSize="small">
|
||||||
<UserIcon color='gray'/>
|
<UserIcon/>
|
||||||
</SvgIcon>
|
</SvgIcon>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user