Skip to content
Snippets Groups Projects
Commit 28b727e4 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Wallet TX: do not allow to change wallet, if only one defined

parent 6d10c443
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,13 @@ ...@@ -29,6 +29,13 @@
style="font-style: italic;"> style="font-style: italic;">
(<span ng-bind-html=":balance:rebind:formData.balance | formatAmount:{useRelative:!$root.settings.useRelative, currency: $root.currency.name}"></span>) (<span ng-bind-html=":balance:rebind:formData.balance | formatAmount:{useRelative:!$root.settings.useRelative, currency: $root.currency.name}"></span>)
</ng-if> </ng-if>
<ng-if ng-if=":rebind:!enableSelectWallet"
style="color: lightgray;">
<span ng-if=":rebind:formData.name">{{:rebind:formData.name}}</span>
<span ng-if=":rebind:!formData.name && formData.uid">{{:rebind:formData.uid}}</span>
<span ng-if=":rebind:!formData.name && !formData.uid"><b class="ion-key"></b> {{:rebind:formData.pubkey | formatPubkey}}</span>
</ng-if>
<!-- select wallet button --> <!-- select wallet button -->
<ng-if ng-if=":rebind:enableSelectWallet"> <ng-if ng-if=":rebind:enableSelectWallet">
<a class="hidden-xs hidden-sm" <a class="hidden-xs hidden-sm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment