bug 8808: Add Template dialog - refresh Format dropdown whenever Hypervisor dropdown is changed.

This commit is contained in:
Jessica Wang 2011-03-04 14:56:11 -08:00
parent e180e825c2
commit 592df450c2
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ function afterLoadTemplateJSP() {
$hypervisorDropdown.append("<option value='"+fromdb(items[i].name)+"'>"+fromdb(items[i].name)+"</option>");
}
}
$hypervisorDropdown.change();
}
});