handle network reconnection
This commit is contained in:
parent
ff8560208b
commit
9efa2dfe24
16 changed files with 125 additions and 66 deletions
|
|
@ -3,7 +3,15 @@
|
|||
<div class="large-12 columns">
|
||||
<div class="oh text-center">
|
||||
<span ng-if="index.updatingTxHistory" class="text-gray" translate>Getting transactions...</span>
|
||||
<span ng-if="!index.updatingTxHistory">No transactions yet</span>
|
||||
|
||||
<div class="box-notification" ng-show="index.txHistoryError">
|
||||
<div class="box-icon error">
|
||||
<i class="fi-x size-24"></i>
|
||||
</div>
|
||||
<span class="text-warning size-14" translate> Could not fetch transaction history
|
||||
</span>
|
||||
</div>
|
||||
<span ng-if="!index.updatingTxHistory && !index.txHistoryError">No transactions yet</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue