better wallet info, fix bug on export for r-o wallets

This commit is contained in:
Matias Alejo Garcia 2015-11-07 11:06:12 -03:00
commit 3346d0bb53
5 changed files with 16 additions and 18 deletions

View file

@ -1,9 +1,9 @@
<span ng-show="index.network != 'livenet'"> Testnet </span>
<img ng-show="!index.canSign && !index.isPrivKeyExternal" src="img/">
<div ng-show="index.isPrivKeyExternal" style="text-transform: capitalize">
<span translate>External Private Key:</span>
{{index.externalSource}}
<span>(<span translate>Account</span>:
#{{index.account || 0}})
</span>
</div>
<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>