mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3253: Don't allow default ACL lists to be removed
This commit is contained in:
parent
46fcb03f17
commit
73786c373a
|
|
@ -1115,7 +1115,7 @@
|
|||
data: items,
|
||||
actionFilter: function(args) {
|
||||
var allowedActions = [];
|
||||
if(isAdmin()) {
|
||||
if(isAdmin() && items.vpcid) {
|
||||
allowedActions.push("remove");
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue