better wallet info
This commit is contained in:
parent
3346d0bb53
commit
ce197d4b29
4 changed files with 25 additions and 5 deletions
|
|
@ -1,9 +1,8 @@
|
|||
|
||||
<span ng-show="index.isShared"><span translate>{{index.m}}-of-{{index.n}}</span></span>
|
||||
<img style="height:1em" ng-show="index.isShared" src="img/icon-users.svg">
|
||||
<img style="height:1em" ng-show="index.network != 'livenet'" src="img/icon-testnet.svg">
|
||||
<img style="height:1em" ng-show="!index.canSign && !index.isPrivKeyExternal" src="img/icon-view.svg">
|
||||
<img style="height:1em" ng-show="index.isPrivKeyEncrypted" src="img/icon-lock.svg">
|
||||
|
||||
<img style="height:1em" ng-show="index.externalSource == 'trezor'" src="img/icon-trezor.svg">
|
||||
<span style="height:1em" ng-show="index.account"><span translate>Account</span>: #{{index.account || 0}} </span>
|
||||
<span style="height:1em" ng-show="index.account">#{{index.account || 0}} </span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue