Skip to content

Commit 2da3be7

Browse files
committed
routerVM scale up response
1 parent 9d6bd56 commit 2da3be7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ui/scripts/system.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7428,18 +7428,18 @@
74287428
dataType: "json",
74297429
async: true,
74307430
success: function(json) {
7431-
// var jid = json.scalevirtualmachineresponse.jobid;
7432-
args.response.success();
7433-
/* {_custom:
7431+
var jid = json.scalevirtualmachineresponse.jobid;
7432+
args.response.success({
7433+
_custom:
74347434
{jobId: jid,
74357435
getUpdatedItem: function(json) {
74367436
return json.queryasyncjobresultresponse.jobresult.virtualmachine;
74377437
},
74387438
getActionFilter: function() {
7439-
return vmActionfilter;
7439+
return routerActionfilter;
74407440
}
74417441
}
7442-
}*/
7442+
});
74437443

74447444
},
74457445
error:function(json){

0 commit comments

Comments
 (0)