mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-28 14:50:08 +03:00
Fix cluster refresh buttons in create form
This commit is contained in:
parent
a6e80ac138
commit
1af40ed49c
@ -414,16 +414,19 @@ function setupCreateClusterDialog(){
|
||||
|
||||
$("#refresh_host_table_button_class", dialog).click( function(){
|
||||
Sunstone.runAction("ClusterHost.list");
|
||||
return false;
|
||||
}
|
||||
);
|
||||
|
||||
$("#refresh_vnet_table_button_class", dialog).click( function(){
|
||||
Sunstone.runAction("ClusterVN.list");
|
||||
return false;
|
||||
}
|
||||
);
|
||||
|
||||
$("#refresh_datastore_table_button_class", dialog).click( function(){
|
||||
Sunstone.runAction("ClusterDS.list");
|
||||
return false;
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user