CLOUDSTACK-3253: Don't allow default ACL lists to be removed

This commit is contained in:
Brian Federle 2013-07-08 14:22:50 -07:00
parent 46fcb03f17
commit 73786c373a
1 changed files with 1 additions and 1 deletions

View File

@ -1115,7 +1115,7 @@
data: items,
actionFilter: function(args) {
var allowedActions = [];
if(isAdmin()) {
if(isAdmin() && items.vpcid) {
allowedActions.push("remove");
}