1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Feature #2746: Add sanitize code for create DS dialog

This commit is contained in:
Tino Vazquez 2014-03-10 15:01:45 +01:00
parent 97e885d2c8
commit ef56986ade

View File

@ -938,6 +938,10 @@ function setupCreateDatastoreDialog(){
if (limit_mb)
ds_obj.datastore.limit_mb = limit_mb;
// Sanitize dialog
$('#ds_use_ssh').prop('checked', false);
$('#tm_use_ssh').prop('checked', false);
Sunstone.runAction("Datastore.create",ds_obj);
$create_datastore_dialog.foundation('reveal', 'close')