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

Bug #3319: Clear flow instantiate dialog after each submit

This commit is contained in:
Carlos Martín 2014-11-18 12:19:26 +01:00
parent aadd17d84f
commit 1e81cc7a1d

View File

@ -1881,6 +1881,7 @@ function setupInstantiateServiceTemplateDialog(){
}
}
$instantiate_service_template_dialog.empty();
$instantiate_service_template_dialog.foundation('reveal', 'close')
return false;
});