From b9caf8652c4345050dc381ec6de74acdc7c7d5cd Mon Sep 17 00:00:00 2001 From: bfederle Date: Mon, 30 Jan 2012 16:36:21 -0800 Subject: [PATCH] bug 12971 Allow domain admin to see security groups --- ui/scripts/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 3c521aa9b4a..8e6486a75d8 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -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 &&