Normalize items preferences
This commit is contained in:
parent
07d7ef23ef
commit
6bc256d481
5 changed files with 58 additions and 81 deletions
|
|
@ -6,11 +6,12 @@
|
|||
<div class="content preferences" ng-controller="preferencesHistory as history">
|
||||
<h4></h4>
|
||||
<ul class="no-bullet m0">
|
||||
<li ng-show="!index.isCordova" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();">
|
||||
<span translate>Export to file</span>
|
||||
<li ng-style="{'color':index.backgroundColor}" ng-show="!index.isCordova" id="export_file" type="file"
|
||||
nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();" translate>
|
||||
Export to file
|
||||
</li>
|
||||
<li ng-click="history.clearTransactionHistory();">
|
||||
<span translate>Clear cache</span>
|
||||
<li ng-style="{'color':index.backgroundColor}" ng-click="history.clearTransactionHistory();" translate>
|
||||
Clear cache
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue