diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-23 21:24:01 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-23 21:24:01 -0400 |
| commit | c44d3a53535373087f082a48fcd2eef1f34fb572 (patch) | |
| tree | d4689d9c3f4d413ad15cad4ed393e9b156735dda /www/templates | |
| parent | d90a9534c04299c7eedefaf4388801722562ad09 (diff) | |
removed device download for now -- need to experiment
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 849d9e3e..6917dec8 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -71,6 +71,10 @@ <a ng-if="event.Event.DefaultVideo!='' && $root.platformOS=='desktop' " class="button button-clear button-small icon mp4-icon" href="{{event.Event.videoPath}}" download="{{event.Event.Id}}-video.mp4" ng-click="mp4warning()"></a> + <!--<button ng-if="event.Event.DefaultVideo!='' && $root.platformOS!='desktop'" class="button button-small button-clear icon mp4-icon" ng-click="downloadFileToDevice(event.Event.videoPath)"> + </button>--> + + </div> <i class="ion-images"></i> {{event.Event.Frames}} <i class="ion-ios-bell-outline"></i> {{event.Event.AlarmFrames}} |
