Fix: modal choose wallet. Sell in Coinbase and Glidera. Spinner
This commit is contained in:
parent
6d9bc56144
commit
f08f30240a
13 changed files with 123 additions and 81 deletions
|
|
@ -85,14 +85,13 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="row m20t p20t line-t" ng-show="tx.status == 'error'">
|
||||
<div class="row m20t" ng-show="tx.status == 'error'">
|
||||
<div class="columns">
|
||||
<p class="text-center size-12 text-gray">
|
||||
This action will remove the transaction.
|
||||
</p>
|
||||
<button class="button outline round dark-gray expand tiny"
|
||||
ng-click="remove();"
|
||||
ng-disabled="loading">
|
||||
ng-click="remove()">
|
||||
<i class="fi-x"></i>
|
||||
Remove
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue