mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
iam: fix nav issue for /user to /accountuser
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
aac6dd375e
commit
5ca2b8c4aa
@ -5,7 +5,7 @@ export default {
|
|||||||
permission: [ 'listAccounts', 'listUsers', 'listDomains', 'listRoles' ],
|
permission: [ 'listAccounts', 'listUsers', 'listDomains', 'listRoles' ],
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
name: 'user',
|
name: 'accountuser',
|
||||||
title: 'Users',
|
title: 'Users',
|
||||||
icon: 'user',
|
icon: 'user',
|
||||||
permission: [ 'listUsers' ],
|
permission: [ 'listUsers' ],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user