Wallet/www/views/includes/walletInfo.html

19 lines
1.3 KiB
HTML
Raw Normal View History

2016-08-15 10:25:43 -03:00
<span ng-show="wallet.isShared" class="size-12"><span translate>{{wallet.m}}-of-{{wallet.n}}</span></span>
<span ng-show="wallet.isSingleAddress" 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">
<img style="height:0.6em; margin-right: 1px;" ng-show="!wallet.canSign() && !wallet.isPrivKeyExternal()"
2016-02-03 18:24:13 -03:00
src="img/icon-read-only-white.svg">
2016-08-15 10:25:43 -03:00
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.getPrivKeyExternalSourceName() == 'trezor'"
2016-02-03 18:24:13 -03:00
src="img/icon-trezor-white.svg">
2016-08-15 10:25:43 -03:00
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.getPrivKeyExternalSourceName() == 'ledger'"
2016-02-03 18:24:13 -03:00
src="img/icon-ledger-white.svg">
2016-08-15 10:25:43 -03:00
<span class="size-12 dib" style="height:0.6em; margin-right: 1px;" ng-show="wallet.account">#{{wallet.account || 0}} </span>
2015-11-10 16:43:27 -03:00
2016-08-15 10:25:43 -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
2016-08-15 10:25:43 -03:00
<!-- <img style="height:1em" ng&#45;show="wallet.preferences.email" src="img/icon&#45;email.svg"> -->
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.usingCustomBWS" src="img/icon-bws-white.svg">
2015-11-10 20:05:05 -03:00
2016-08-23 12:10:48 -03:00
<img style="height:0.6em" ng-show="updatingTxHistory" src="img/icon-sync-white.svg">