fix remove tx button
This commit is contained in:
parent
f99339cc7f
commit
370b1579df
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
||||||
<div class="row column m20t" ng-if="tx.couldRemove">
|
<div class="row column m20t" ng-if="tx.couldRemove">
|
||||||
<button class="tiny expand outline dark-gray" ng-click="remove(tx)"
|
<button class="tiny expand outline dark-gray" ng-click="remove(tx)"
|
||||||
ng-disabled="loading" ng-show="tx.couldRemove">
|
ng-disabled="loading" ng-show="tx.couldRemove">
|
||||||
<i class="fi-x icon-sign x"></i>
|
<i class="fi-trash size-14 m5r"></i>
|
||||||
<span translate>Remove transaction</span>
|
<span translate>Remove transaction</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="text-gray size-12 text-center" show="tx.couldRemove" translate>
|
<div class="text-gray size-12 text-center" show="tx.couldRemove" translate>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue