mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Feature #2746: Fix selector for refresh button
This commit is contained in:
parent
ee935e4fd7
commit
46d423d993
@ -3875,8 +3875,8 @@ function popUpCreateTemplateDialog(){
|
||||
|
||||
$("input#NAME",$create_template_dialog).focus();
|
||||
|
||||
$('button.refresh').each(function(){
|
||||
this.click();
|
||||
$('button.refresh', $(create_template_dialog)).each(function(){
|
||||
this.click();
|
||||
})
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user