link in transaction History options
This commit is contained in:
parent
3920e46567
commit
c0530bda79
1 changed files with 5 additions and 9 deletions
|
|
@ -6,16 +6,12 @@
|
|||
<div class="content preferences" ng-controller="preferencesHistory as history">
|
||||
<h4></h4>
|
||||
<ul class="no-bullet m0 size-14">
|
||||
<li class="line-b p20 oh">
|
||||
<button class="black round small expand" ng-style="{'background-color':index.backgroundColor}" ng-click="history.clearTransactionHistory();">
|
||||
<span translate>Clear history</span>
|
||||
</button>
|
||||
</li>
|
||||
<li class="line-b p20 oh" ng-show="!index.isCordova">
|
||||
<button class="black round small expand" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-style="{'background-color':index.backgroundColor}" ng-click="index.csvHistory();">
|
||||
<li class="line-b p20 oh" ng-show="!index.isCordova" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();">
|
||||
<i class="fi-page-export-csv"></i>
|
||||
<span >CSV</span>
|
||||
</button>
|
||||
<a translate>Export to file</a>
|
||||
</li>
|
||||
<li class="line-b p20 oh" ng-click="history.clearTransactionHistory();">
|
||||
<a translate>Clear cache</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue