X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-demo.git;a=blobdiff_plain;f=afm-client%2Fapp%2FFrontend%2Fwidgets%2FActionButtons%2FAppliButton.js;h=b2d42b00815367f1d6f730ca60a6bb62308745b3;hp=f54c5b0a6a5509839eb15e8cecababdd40122a6d;hb=ba3ec968e550e6db1f9753c000b4a81306d271f0;hpb=1a27a69f597abf8bd81aa63a695996c9a9b215a7 diff --git a/afm-client/app/Frontend/widgets/ActionButtons/AppliButton.js b/afm-client/app/Frontend/widgets/ActionButtons/AppliButton.js index f54c5b0..b2d42b0 100644 --- a/afm-client/app/Frontend/widgets/ActionButtons/AppliButton.js +++ b/afm-client/app/Frontend/widgets/ActionButtons/AppliButton.js @@ -89,7 +89,7 @@ break; case "stop": - AppCall.get ("afm-main", "stop", {id: scope.runID}, function(response) { + AppCall.get ("afm-main", "terminate", {runid: scope.runID}, function(response) { if (response.status !== 200 || response.data.jtype !== "AJB_reply") { notifyError ("stop", response); return;