X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-demo.git;a=blobdiff_plain;f=afm-client%2Fapp%2FFrontend%2Fpages%2FDashboard%2FDashboardModule.js;h=0114a264162e6fa748618915ec045f681383aaff;hp=83408a5610efbe2775358536a4288bc495bb438a;hb=1a4ed39bf86b2115eb0f1387d1e988462b492776;hpb=92547f26b68b986e5bc4e811f115c5c57dfa54ca diff --git a/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js b/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js index 83408a5..0114a26 100644 --- a/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js +++ b/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js @@ -57,8 +57,8 @@ angular.module('DashboardModule', ['SubmitButton', 'TokenRefresh', 'AppliButton' scope.FileUploaded = function (response) { console.log ("file Uploaded"); - // Cannot display post results as GetRunnable will overload them - scope.request = "/api/afm-main/runnable"; + // Cannot display post results as GetRunnable will overload them aynchronously + scope.request = "/api/afm-main/install"; scope.response = response.headers; scope.errcode = response.status;