tap to retry
This commit is contained in:
parent
d21c9320c4
commit
e01fc86835
3 changed files with 11 additions and 5 deletions
|
|
@ -4,8 +4,9 @@
|
|||
<div class="oh text-center">
|
||||
<span ng-if="index.updatingTxHistory" class="text-gray animated flash infinite" translate>Getting transactions...</span>
|
||||
<span ng-if="!index.updatingTxHistory">
|
||||
<span ng-show="index.txHistoryError">
|
||||
<div ng-show="index.txHistoryError && !index.notAuthorized" ng-click='index.openWallet()'>
|
||||
Could not fetch transaction history
|
||||
<br> [Tap to retry]
|
||||
</span>
|
||||
<span ng-if="!index.txHistoryError">
|
||||
No transactions yet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue