1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

bug #3285: VM/Service Templates are not refreshed

This commit is contained in:
Daniel Molina 2014-11-12 12:41:59 +01:00
parent d7d7e173aa
commit d719a1518a

View File

@ -2769,6 +2769,7 @@ function show_provision_group_info_callback(request, response) {
}
function show_provision_create_vm() {
OpenNebula.Helper.clear_cache("VMTEMPLATE");
update_provision_templates_datatable(provision_system_templates_datatable);
provision_system_templates_datatable.fnFilter("^-$", 2, true, false)