mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
This commit is contained in:
parent
cb90fdc998
commit
267f7d27a8
@ -259,6 +259,8 @@ define(function(require) {
|
||||
|
||||
$("#MEMORY_HOT_ADD_ENABLED", context).on("change", function(){
|
||||
if (this.value == "NO"){
|
||||
$("#MEMORY_MAX", context).val("");
|
||||
$("#MEMORY_MAX_GB", context).val("");
|
||||
$("#memory_max_group", context).hide();
|
||||
}
|
||||
else{
|
||||
@ -268,6 +270,7 @@ define(function(require) {
|
||||
|
||||
$("#CPU_HOT_ADD_ENABLED", context).on("change", function(){
|
||||
if (this.value == "NO"){
|
||||
$("#VCPU_MAX", context).val("");
|
||||
$("#vcpu_max_group", context).hide();
|
||||
}
|
||||
else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user