We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6bd56 commit 2da3be7Copy full SHA for 2da3be7
1 file changed
ui/scripts/system.js
@@ -7428,18 +7428,18 @@
7428
dataType: "json",
7429
async: true,
7430
success: function(json) {
7431
- // var jid = json.scalevirtualmachineresponse.jobid;
7432
- args.response.success();
7433
- /* {_custom:
+ var jid = json.scalevirtualmachineresponse.jobid;
+ args.response.success({
+ _custom:
7434
{jobId: jid,
7435
getUpdatedItem: function(json) {
7436
return json.queryasyncjobresultresponse.jobresult.virtualmachine;
7437
},
7438
getActionFilter: function() {
7439
- return vmActionfilter;
+ return routerActionfilter;
7440
}
7441
7442
- }*/
+ });
7443
7444
7445
error:function(json){
0 commit comments