summaryrefslogtreecommitdiffstats
path: root/afm-client/app/Frontend/pages/Dashboard/Dashboard.html
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2016-01-28 18:38:05 +0100
committerManuel Bachmann <manuel.bachmann@iot.bzh>2016-01-28 18:38:05 +0100
commit1a27a69f597abf8bd81aa63a695996c9a9b215a7 (patch)
tree7c4af27434115631bb2f661ec65fb3171364d214 /afm-client/app/Frontend/pages/Dashboard/Dashboard.html
parent5db77023804eb2bdaf5db255f3bad8bd88c9444c (diff)
Fix call to afm-main install function after upload
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'afm-client/app/Frontend/pages/Dashboard/Dashboard.html')
-rw-r--r--afm-client/app/Frontend/pages/Dashboard/Dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/afm-client/app/Frontend/pages/Dashboard/Dashboard.html b/afm-client/app/Frontend/pages/Dashboard/Dashboard.html
index 46dd60a..6679b94 100644
--- a/afm-client/app/Frontend/pages/Dashboard/Dashboard.html
+++ b/afm-client/app/Frontend/pages/Dashboard/Dashboard.html
@@ -15,7 +15,7 @@ animationIn: slideInRight
<div class="button-box box-content ">
<appli-button ng-repeat="appliID in ctrl.appliIDs" store="ctrl.appliStore" handle="{{appliID}}" callback="ctrl.AppliCB"> </appli-button>
- <upload-appli class="ibz-right" label="Upload" icon="fi-upload" posturl="/api/post/upload-appli" callback="ctrl.FileUploaded" title="Upload AGL App"></upload-appli>
+ <upload-appli class="ibz-right" label="Upload" icon="fi-upload" posturl="/api/afm-main/install" callback="ctrl.FileUploaded" title="Upload AGL App"></upload-appli>
</div>