mirror of https://github.com/apache/cloudstack.git
bug 9426: Deleting an ISO will no longer cause the UI to continue to poll for download process
This commit is contained in:
parent
7ec80d8b61
commit
24737154b7
|
|
@ -739,7 +739,8 @@ function doDeleteIso($actionLink, $detailsTab, $midmenuItem1) {
|
|||
$dialog1
|
||||
.dialog('option', 'buttons', {
|
||||
"Confirm": function() {
|
||||
$(this).dialog("close");
|
||||
$(this).dialog("close");
|
||||
$("body").stopTime("isoDownloadProgress");
|
||||
var apiCommand = "command=deleteIso&id="+id+moreCriteria.join("");
|
||||
doActionToTab(id, $actionLink, apiCommand, $midmenuItem1, $detailsTab);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue