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
a03eeae59c
commit
33b6e304c2
|
|
@ -1122,7 +1122,7 @@
|
|||
data: items,
|
||||
actionFilter: function(args) {
|
||||
var allowedActions = [];
|
||||
if(isAdmin()) {
|
||||
if(isAdmin() && items.vpcid) {
|
||||
allowedActions.push("remove");
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue