2015-11-07 11:06:12 -03:00
|
|
|
|
|
|
|
|
<span ng-show="index.isShared"><span translate>{{index.m}}-of-{{index.n}}</span></span>
|
|
|
|
|
<img style="height:1em" ng-show="index.network != 'livenet'" src="img/icon-testnet.svg">
|
2015-11-10 20:05:05 -03:00
|
|
|
<img style="height:1em" ng-show="!index.canSign && !index.isPrivKeyExternal" src="img/icon-read-only.svg">
|
2015-11-07 11:06:12 -03:00
|
|
|
|
|
|
|
|
<img style="height:1em" ng-show="index.externalSource == 'trezor'" src="img/icon-trezor.svg">
|
2015-11-10 20:05:05 -03:00
|
|
|
<img style="height:1em" ng-show="index.externalSource == 'ledger'" src="img/icon-ledger.svg">
|
2015-11-07 11:40:35 -03:00
|
|
|
<span style="height:1em" ng-show="index.account">#{{index.account || 0}} </span>
|
2015-11-10 16:43:27 -03:00
|
|
|
|
|
|
|
|
<img style="height:1em" ng-show="index.isPrivKeyEncrypted" src="img/icon-lock.svg">
|
|
|
|
|
|
2015-11-10 20:05:05 -03:00
|
|
|
<!-- <img style="height:1em" ng-show="index.preferences.email" src="img/icon-email.svg"> -->
|
|
|
|
|
<img style="height:1em" ng-show="index.usingCustomBWS" src="img/icon-bws.svg">
|
|
|
|
|
|
2015-12-03 17:44:02 -03:00
|
|
|
<img style="height:1em" class="animated flash infinite" ng-show="index.loadingWallet" src="img/icon-sync.svg">
|
2015-11-10 20:05:05 -03:00
|
|
|
|