mirror of https://github.com/apache/cloudstack.git
bug 7854: VM Wizard - list all disk offerings (without specifying domainId).
This commit is contained in:
parent
496bbeba88
commit
b6c65e5bf2
|
|
@ -409,7 +409,7 @@ function initVMWizard() {
|
|||
});
|
||||
|
||||
$.ajax({
|
||||
data: createURL("command=listDiskOfferings&domainid=1"),
|
||||
data: createURL("command=listDiskOfferings"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue