diff options
Diffstat (limited to 'www/templates/log.html')
| -rw-r--r-- | www/templates/log.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/templates/log.html b/www/templates/log.html new file mode 100644 index 00000000..102877ae --- /dev/null +++ b/www/templates/log.html @@ -0,0 +1,16 @@ +<ion-view view-title="Logs"> + + <ion-nav-buttons side="left"> + <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> + </ion-nav-buttons> + + <ion-nav-buttons side="right"> + <a style="" class="button button-icon icon ion-email" ng-href="" ng-click="sendEmail(zmLog.logString)" > </a> + </ion-nav-buttons> + + <ion-content class="padding"> + <pre> + {{zmLog.logString}} + </pre> + + </ion-content> |
