add send logs by email
This commit is contained in:
parent
55d8c00658
commit
3abfb65087
2 changed files with 25 additions and 4 deletions
|
|
@ -1,4 +1,10 @@
|
|||
<div class="content p20v" ng-controller="preferencesLogs as logs">
|
||||
|
||||
<button class="black radius expand" ng-show="logs.isCordova" ng-style="{'background-color':index.backgroundColor}" ng-click="logs.sendLogs()" ><i class="fi-mail"></i>
|
||||
|
||||
<span translate>Send by email</span>
|
||||
</button>
|
||||
|
||||
<ul class="no-bullet m0 size-14">
|
||||
<li class="line-b" ng-repeat="l in logs.logs">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue