Skip to content

Commit 19706b9

Browse files
Mike Tutkowskiyadvr
authored andcommitted
CLOUDSTACK-10099: Fix migrateVirtualMachineWithVolume UI failure (#2277)
Fix UI issue, which concerns the GUI not invoking the migrateVirtualMachineWithVolume API command when it should.
1 parent 3381c38 commit 19706b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/scripts/instances.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,7 @@
15401540
id: this.id,
15411541
availableHostName: this.name,
15421542
availableHostSuitability: suitability,
1543+
requiresStorageMotion: this.requiresStorageMotion,
15431544
cpuused: this.cpuused,
15441545
memoryused: (parseFloat(this.memoryused)/(1024.0*1024.0*1024.0)).toFixed(2) + ' GB'
15451546
});

0 commit comments

Comments
 (0)