summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2016-01-28 12:45:10 +0100
committerFulup Ar Foll <fulup@iot.bzh>2016-01-28 12:46:17 +0100
commit1a4ed39bf86b2115eb0f1387d1e988462b492776 (patch)
tree73b927589f9451a91b42cb5b510861d3da8d0cbc
parent92547f26b68b986e5bc4e811f115c5c57dfa54ca (diff)
Update Comment
-rw-r--r--afm-client/app/Frontend/pages/Dashboard/DashboardModule.js4
1 files changed, 2 insertions, 2 deletions
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;