mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #2180: Fix attach disk/nic dialog, vm_id input
(cherry picked from commit 47355db91da18b5cc889cc64498545863e99c0fe)
This commit is contained in:
parent
b196b48785
commit
9530572c0e
@ -1622,7 +1622,7 @@ function setup_disk_tab_content(disk_section, str_disk_tab_id, str_datatable_id)
|
||||
$('#IMAGE', disk_section).val("");
|
||||
$('#IMAGE_UNAME', disk_section).val("");
|
||||
$('#IMAGE_UID', disk_section).val("");
|
||||
return true;
|
||||
return false;
|
||||
});
|
||||
|
||||
// Hide image advanced options
|
||||
@ -1897,7 +1897,7 @@ function setup_nic_tab_content(nic_section, str_nic_tab_id, str_datatable_id) {
|
||||
$('#NETWORK', nic_section).val("");
|
||||
$('#NETWORK_UNAME', nic_section).val("");
|
||||
$('#NETWORK_UID', nic_section).val("");
|
||||
return true;
|
||||
return false;
|
||||
});
|
||||
|
||||
$('.advanced', nic_section).hide();
|
||||
|
Loading…
x
Reference in New Issue
Block a user