mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user