1
0
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:
Daniel Molina 2013-07-15 17:06:30 +02:00
parent 51f5808b86
commit dc557b6ea2

View File

@ -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);