summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-04 08:21:23 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-04 08:21:23 -0400
commit3e011566d57ada671534906cd080ad59294f0b53 (patch)
tree423c4fab99577ba73e4e299494b026a9befbfe08 /www/templates
parenta3715e410eae6078e416ccdae3ae9ba36265e619 (diff)
#318 - ZM<->NVR
Former-commit-id: 36a54d3203893c7b240ba458a927b259cb6b5141
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/log.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/log.html b/www/templates/log.html
index 1a2d8053..7bbb022a 100644
--- a/www/templates/log.html
+++ b/www/templates/log.html
@@ -14,16 +14,16 @@
<div ng-if="$root.platformOS!='desktop'">
<a style="" class="button button-icon icon ion-email"
- ng-href="" ng-click="sendEmail(zmLog.logString)" > </a>
+ ng-href="" ng-click="sendEmail(log.logString)" > </a>
</div>
<div ng-if="$root.platformOS=='desktop'">
<a style="" class="button button-icon icon ion-android-download"
- ng-href="" ng-click="sendEmail(zmLog.logString)" > </a>
+ ng-href="" ng-click="sendEmail(log.logString)" > </a>
</div>
</ion-nav-buttons>
<ion-content class="padding">
<b>{{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}}</b><br/>
<!-- don't indent here -- its a pre-->
- <pre>{{zmLog.logString}}</pre>
+ <pre>{{log.logString}}</pre>
</ion-content>