mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
(cherry picked from commit 5e98202167b2b13ef95560191f0341698f65fd75)
This commit is contained in:
parent
dd79db35ec
commit
3cdfd4ae78
@ -230,9 +230,7 @@ define(function(require){
|
||||
IMAGE_ID: disk.IMAGE_ID,
|
||||
OPENNEBULA_MANAGED: disk.OPENNEBULA_MANAGED
|
||||
}
|
||||
if (disk.SIZE !== fields.SIZE) {
|
||||
newDisk["SIZE"] = fields.SIZE
|
||||
}
|
||||
newDisk["SIZE"] = fields.SIZE // Always send the value of the size, as the default form has the value of the template
|
||||
disks.push(newDisk)
|
||||
} else {
|
||||
var diskAux = $.extend(true, {}, disk);
|
||||
|
Loading…
x
Reference in New Issue
Block a user