diff --git a/ui/scripts/dashboard.js b/ui/scripts/dashboard.js index 6a712e0e0ab..36013a86f7d 100644 --- a/ui/scripts/dashboard.js +++ b/ui/scripts/dashboard.js @@ -38,7 +38,7 @@ accountID: user.userid, accountName: user.account, userName: user.username, - accountType: cloudStack.converters.toRole(user.type), + accountType: user.role, accountDomainID: user.domainid })); },