app/assets/javascripts/dataTablesTemplates/machine_runners.js in naf-2.1.9 vs app/assets/javascripts/dataTablesTemplates/machine_runners.js in naf-2.1.10

- old
+ new

@@ -47,10 +47,10 @@ var answer = confirm("You are winding down this runner. Are you sure you want to do this?"); if (!answer) { return false; } var id = jQuery(this).attr('id'); - var url = '/job_system/machine_runner_invocations/' + id; + var url = 'machine_runner_invocations/' + id; jQuery.ajax({ url: url, type: 'POST', dataType: 'json', data: { "machine_runner_invocation[request_to_wind_down]": 1, "machine_runner_invocation_id": id, "_method": "put" },