mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
This commit is contained in:
parent
639c866798
commit
2c5e04dad5
@ -139,11 +139,6 @@ define(function(require) {
|
||||
var vcpuValue = $("div.vcpu_input input", context).val();
|
||||
$("div.cpu_input input", context).val(vcpuValue * Config.scaleFactor);
|
||||
});
|
||||
} else {
|
||||
$("div.vcpu_input input", context).on("change", function(){
|
||||
var vcpuValue = $("div.vcpu_input input", context).val();
|
||||
$("div.cpu_input input", context).val(vcpuValue);
|
||||
});
|
||||
}
|
||||
|
||||
if (userInputs != undefined && userInputs.MEMORY != undefined){
|
||||
|
Loading…
x
Reference in New Issue
Block a user