mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 6903: fixed JS to make use of the new API format returned from async jobs.
This commit is contained in:
parent
c2cfc811b4
commit
a9546b63a9
@ -111,7 +111,7 @@ function afterLoadVolumeJSP() {
|
||||
$("body").stopTime(timerKey);
|
||||
if (result.jobstatus == 1) {
|
||||
// Succeeded
|
||||
volumeToMidmenu(result.volume[0], $midmenuItem1);
|
||||
volumeToMidmenu(result.jobresult.volume, $midmenuItem1);
|
||||
bindClickToMidMenu($midmenuItem1, volumeToRightPanel, getMidmenuId);
|
||||
afterAddingMidMenuItem($midmenuItem1, true);
|
||||
} else if (result.jobstatus == 2) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user