mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 12971
Allow domain admin to see security groups
This commit is contained in:
parent
1562c2fe7a
commit
b9caf8652c
@ -64,7 +64,7 @@
|
||||
|
||||
securityGroups: function(args) {
|
||||
var allowedActions = [];
|
||||
var isSecurityGroupOwner = isAdmin() ||
|
||||
var isSecurityGroupOwner = isAdmin() || isDomainAdmin() ||
|
||||
args.context.item.account == args.context.users[0].account;
|
||||
|
||||
if (isSecurityGroupOwner &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user