Skip to content

Commit

Permalink
CLOUDSTACK-10099: Fix migrateVirtualMachineWithVolume UI failure (apa…
Browse files Browse the repository at this point in the history
…che#2277)

Fix UI issue, which concerns the GUI not invoking the migrateVirtualMachineWithVolume API command when it should.
  • Loading branch information
Mike Tutkowski authored and rohityadavcloud committed Sep 29, 2017
1 parent 3381c38 commit 19706b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/scripts/instances.js
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,7 @@
id: this.id,
availableHostName: this.name,
availableHostSuitability: suitability,
requiresStorageMotion: this.requiresStorageMotion,
cpuused: this.cpuused,
memoryused: (parseFloat(this.memoryused)/(1024.0*1024.0*1024.0)).toFixed(2) + ' GB'
});
Expand Down

0 comments on commit 19706b9

Please sign in to comment.