mirror of https://github.com/apache/cloudstack.git
bug 13863: Fix typo in delete SRX firewall API command
status 13863: resolved fixed reviewed-by: jessica
This commit is contained in:
parent
2f23bdf54a
commit
9da81f3c6d
|
|
@ -4240,7 +4240,7 @@
|
|||
},
|
||||
action: function(args) {
|
||||
$.ajax({
|
||||
url: createURL("deleteSrcFirewall&fwdeviceid=" + args.context.srxProviders[0].fwdeviceid),
|
||||
url: createURL("deleteSrxFirewall&fwdeviceid=" + args.context.srxProviders[0].fwdeviceid),
|
||||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue