mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
(cherry picked from commit a1e9bcd6750afa1e6821923409fafc4212014e13)
This commit is contained in:
parent
c5c248cbca
commit
6b3a80eb28
@ -228,7 +228,8 @@ define(function(require){
|
||||
if (disk.IMAGE_ID){
|
||||
var newDisk = {
|
||||
IMAGE_ID: disk.IMAGE_ID,
|
||||
OPENNEBULA_MANAGED: disk.OPENNEBULA_MANAGED
|
||||
OPENNEBULA_MANAGED: disk.OPENNEBULA_MANAGED,
|
||||
RECOVERY_SNAPSHOT_FREQ: disk.RECOVERY_SNAPSHOT_FREQ
|
||||
}
|
||||
if (disk.SIZE !== fields.SIZE) {
|
||||
newDisk["SIZE"] = fields.SIZE
|
||||
|
Loading…
x
Reference in New Issue
Block a user