diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-01-27 13:01:16 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-01-27 13:01:16 +0100 |
commit | 712446796a33a47ea7e5fafd7950141ac8060530 (patch) | |
tree | 72ddf32d3dbf4207fe29a70f9c84819477ece38c /afm-client/app/Frontend/pages/Home/Dashboard.html | |
parent | 33940e952258bf1026a5f2c0687e4da01bc66004 (diff) |
Handle Error Modal on upload
Diffstat (limited to 'afm-client/app/Frontend/pages/Home/Dashboard.html')
-rw-r--r-- | afm-client/app/Frontend/pages/Home/Dashboard.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/afm-client/app/Frontend/pages/Home/Dashboard.html b/afm-client/app/Frontend/pages/Home/Dashboard.html deleted file mode 100644 index 036148a..0000000 --- a/afm-client/app/Frontend/pages/Home/Dashboard.html +++ /dev/null @@ -1,40 +0,0 @@ -<!-- Foundation Annotations generate tmp/route.js --> ---- -name: dashboard -url: /dashboard -controller: DashboardController as ctrl -animationIn: slideInRight ---- - -<h3> -<img class="logo" src="images/logo/triskel_iot_bzhx250.png" alt="IoT.bzh Logo" style="height:150px;"> - Application Framework Manager Simple Client -</h3> - - - -<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> -</div> - - -<div class="button-box box-content "> - - <submit-button class="session-button {{ctrl.APIcheck}}" icon="fi-play-circle" label="Start" clicked="ctrl.StartApp" ></submit-button> - <submit-button class="session-button {{ctrl.APIrefresh}}" icon="fi-x-circle" label="Stop" clicked="ctrl.StopApp" ></submit-button> - <submit-button class="session-button {{ctrl.APIreset}}" icon="fi-x" label="Remove" clicked="ctrl.RemoveApp" ></submit-button> - -</div> -<div class="message-box box-content vertical grid-frame"> - <div class="response"> - <span class="grid-content noscroll req {{ctrl.status}} ">req= {{ctrl.request}}</span> - <span class="grid-content noscroll res {{ctrl.status}} ">res= {{ctrl.response}}</span> - <span class="grid-content noscroll status {{ctrl.status}}">status= {{ctrl.errcode}}</span> - </div> -</div> - - -<link-button href="sample" icon="fi-home" label="sample"></link-button> -<token-refresh autolog="true" callback="ctrl.AutoStart"></token-refresh> - |