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:
parent
97e885d2c8
commit
ef56986ade
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user