add delete history button in advanced->wallet info

This commit is contained in:
Javier 2015-10-29 12:10:31 -03:00
commit 402a406827
2 changed files with 20 additions and 7 deletions

View file

@ -96,7 +96,6 @@
</li>
</ul>
<ul class="no-bullet m0 size-14" ng-show="index.balanceByAddress">
<div ng-if="index.balanceByAddress[0]">
<h4 class="title m0" translate>Balance By Address</h4>
@ -111,6 +110,15 @@
</div>
</ul>
<ul class="no-bullet m0 size-14">
<h4 class="title m0" translate>Transaction history</h4>
<li class="line-b p20 oh">
<button class="black round small expand" ng-style="{'background-color':index.backgroundColor}" ng-click="info.clearTransactionHistory();">
<span translate>Clear history</span>
</button>
</li>
</ul>
<h4></h4>
<div class="extra-margin-bottom"></div>