1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Bug #3606: Reset flow template creation wizard

This commit is contained in:
Carlos Martín 2015-02-18 15:27:02 +01:00
parent d400786ffc
commit 6f0b6c575c

View File

@ -405,7 +405,10 @@ var service_template_actions = {
"ServiceTemplate.create_dialog" : {
type : "custom",
call: function(){
Sunstone.popUpFormPanel("create_service_template_form", "oneflow-templates", "create", false);
Sunstone.popUpFormPanel("create_service_template_form",
"oneflow-templates", "create", true, function(context){
$("input#service_name",context).focus();
});
}
},