mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-10099: Fix migrateVirtualMachineWithVolume UI failure (#2277)
Fix UI issue, which concerns the GUI not invoking the migrateVirtualMachineWithVolume API command when it should.
This commit is contained in:
parent
3381c38cc7
commit
19706b94ff
@ -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'
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user