mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue