mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #2146: Fix enforce attribute in resize dialog
(cherry picked from commit 2bfaf6a18f60ff243aa3d578dea4901c9b7defd4)
This commit is contained in:
parent
51f5808b86
commit
dc557b6ea2
@ -2646,7 +2646,7 @@ function setupResizeCapacityDialog(){
|
||||
|
||||
var obj = {
|
||||
"vm_template": data,
|
||||
"enforce": (enforce == "on" ? true : false),
|
||||
"enforce": enforce,
|
||||
}
|
||||
|
||||
Sunstone.runAction('VM.resize', vm_id, obj);
|
||||
|
Loading…
x
Reference in New Issue
Block a user