mirror of https://github.com/apache/cloudstack.git
bug 14098
Always allow edit guest network action, for both basic and advanced zones. status 14098: resolved fixed reviewed-by: jessica
This commit is contained in:
parent
da5be11b6a
commit
757ba066bd
|
|
@ -881,9 +881,8 @@
|
|||
|
||||
args.response.success({
|
||||
actionFilter: function() {
|
||||
var allowedActions = [];
|
||||
if(selectedZoneObj.networktype == "Advanced")
|
||||
allowedActions.push("edit");
|
||||
var allowedActions = ['edit'];
|
||||
|
||||
return allowedActions;
|
||||
},
|
||||
data: selectedPhysicalNetworkObj
|
||||
|
|
|
|||
Loading…
Reference in New Issue