mirror of https://github.com/apache/cloudstack.git
bug 8808: Add Template dialog - refresh Format dropdown whenever Hypervisor dropdown is changed.
This commit is contained in:
parent
e180e825c2
commit
592df450c2
|
|
@ -203,6 +203,7 @@ function afterLoadTemplateJSP() {
|
|||
$hypervisorDropdown.append("<option value='"+fromdb(items[i].name)+"'>"+fromdb(items[i].name)+"</option>");
|
||||
}
|
||||
}
|
||||
$hypervisorDropdown.change();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue