mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge remote-tracking branch 'resmo/fix/deleteisoapi'
This closes #63 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
commit
4eafdccc3d
@ -38,7 +38,7 @@ import com.cloud.user.Account;
|
|||||||
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
|
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
|
||||||
public class DeleteIsoCmd extends BaseAsyncCmd {
|
public class DeleteIsoCmd extends BaseAsyncCmd {
|
||||||
public static final Logger s_logger = Logger.getLogger(DeleteIsoCmd.class.getName());
|
public static final Logger s_logger = Logger.getLogger(DeleteIsoCmd.class.getName());
|
||||||
private static final String s_name = "deleteisosresponse";
|
private static final String s_name = "deleteisoresponse";
|
||||||
|
|
||||||
/////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////
|
||||||
//////////////// API parameters /////////////////////
|
//////////////// API parameters /////////////////////
|
||||||
|
|||||||
@ -2209,7 +2209,7 @@
|
|||||||
dataType: "json",
|
dataType: "json",
|
||||||
async: true,
|
async: true,
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
var jid = json.deleteisosresponse.jobid;
|
var jid = json.deleteisoresponse.jobid;
|
||||||
args.response.success({
|
args.response.success({
|
||||||
_custom: {
|
_custom: {
|
||||||
jobId: jid
|
jobId: jid
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user