mirror of https://github.com/apache/cloudstack.git
Merge apache/4.11
ui: Fixes #2558 use POST for uploadSslCert API request (#2661)
This commit is contained in:
commit
ea373eb1e5
|
|
@ -1015,6 +1015,7 @@
|
|||
|
||||
$.ajax({
|
||||
url: createURL('uploadSslCert'),
|
||||
type: "POST",
|
||||
data: data,
|
||||
success: function(json) {
|
||||
var item = json.uploadsslcertresponse.sslcert;
|
||||
|
|
|
|||
Loading…
Reference in New Issue