mirror of https://github.com/apache/cloudstack.git
bug 14098
Always allow edit guest network action, for both basic and advanced zones.
This commit is contained in:
parent
97d8941a54
commit
63111c43c5
|
|
@ -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