mirror of https://github.com/apache/cloudstack.git
Bug 8691: Instance page - Attach ISO action - make ISO dropdown list all ISOs (including community ISO and featured ISO).
This commit is contained in:
parent
5c4d9c8523
commit
8901d0e73c
|
|
@ -1556,7 +1556,7 @@ function doEditVM2($actionLink, $detailsTab, $midmenuItem1, $readonlyFields, $ed
|
|||
|
||||
function doAttachISO($actionLink, $detailsTab, $midmenuItem1) {
|
||||
$.ajax({
|
||||
data: createURL("command=listIsos&isReady=true"),
|
||||
data: createURL("command=listIsos&isReady=true&isofilter=executable"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue