2015-11-07 11:06:12 -03:00
|
|
|
|
2017-09-18 13:06:17 -04:00
|
|
|
<div class="actions" ng-show="(walletNotRegistered || updateStatusError)">
|
2017-09-04 11:44:58 -03:00
|
|
|
<a ng-show="walletNotRegistered" ng-click="recreate()" translate>Tap to recreate</a>
|
|
|
|
|
<a ng-show="updateStatusError" ng-click="updateAll(true)" translate>Tap to retry</a>
|
|
|
|
|
</div>
|
2018-02-07 14:30:48 -04:00
|
|
|
<span ng-click="onRefresh()" class="right" ng-show="(!updatingStatus && !updatingTxHistory)">↻</span>
|
2018-03-29 14:59:01 +09:00
|
|
|
<ion-spinner class="spinner-dark recent right loading-wallet" icon="crescent" ng-show="(updatingStatus || updatingTxHistory) &&
|
2017-08-30 14:52:30 -03:00
|
|
|
!walletNotRegistered && !updateStatusError && !updateTxHistoryError"></ion-spinner>
|
2017-01-17 11:41:39 -03:00
|
|
|
|
|
|
|
|
<div>
|
2017-01-04 19:22:33 -03:00
|
|
|
<span ng-show="wallet.status.wallet.singleAddress" class="size-12"><span translate>Auditable</span></span>
|
|
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.network != 'livenet'" src="img/icon-testnet-white.svg">
|
2017-08-07 13:11:12 -03:00
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.network != 'livenet'" src="img/icon-text-testnet-white.svg">
|
2017-04-07 10:54:30 -04:00
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="!wallet.canSign() && !wallet.isPrivKeyExternal()" src="img/icon-read-only-white.svg">
|
2015-11-07 11:06:12 -03:00
|
|
|
|
2017-04-07 10:54:30 -04:00
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.getPrivKeyExternalSourceName() == 'trezor'" src="img/icon-trezor-white.svg">
|
|
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.getPrivKeyExternalSourceName() == 'ledger'" src="img/icon-ledger-white.svg">
|
|
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.getPrivKeyExternalSourceName() == 'intelTEE'" src="img/icon-inteltee-white.svg">
|
2017-01-04 19:22:33 -03:00
|
|
|
<span ng-show="wallet.credentials.n > 1" class="size-12"><span translate>{{wallet.m}}-of-{{wallet.n}}</span></span>
|
|
|
|
|
<span class="size-12 dib" style="height:0.6em; margin-right: 1px;" ng-show="wallet.credentials.account">#{{wallet.credentials.account || 0}} </span>
|
2015-11-10 16:43:27 -03:00
|
|
|
|
2017-01-04 19:22:33 -03:00
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.isPrivKeyEncrypted()" src="img/icon-lock-white.svg">
|
2015-11-10 16:43:27 -03:00
|
|
|
|
2017-01-04 19:22:33 -03:00
|
|
|
<!-- <img style="height:1em" ng-show="wallet.preferences.email" src="img/icon-email.svg"> -->
|
|
|
|
|
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.usingCustomBWS" src="img/icon-bws-white.svg">
|
2017-01-17 11:41:39 -03:00
|
|
|
</div>
|