summaryrefslogtreecommitdiff
path: root/www/templates/log.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/log.html')
-rw-r--r--www/templates/log.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/templates/log.html b/www/templates/log.html
index 4c923fce..37b85d1b 100644
--- a/www/templates/log.html
+++ b/www/templates/log.html
@@ -11,8 +11,15 @@
<ion-nav-buttons side="right">
<a class="button button-icon icon ion-trash-a" ng-href="" ng-click="deleteLogs()"></a>
- <a style="" class="button button-icon icon ion-email"
+
+ <div ng-if="$root.platformOS!='desktop'">
+ <a style="" class="button button-icon icon ion-email"
+ ng-href="" ng-click="sendEmail(zmLog.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>
+ </div>
</ion-nav-buttons>
<ion-content class="padding">