settings: show wallet network on sidebar
This commit is contained in:
parent
76f3b1c321
commit
4cfe87490f
4 changed files with 5 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div ng-controller="VersionController">
|
||||
<small>v{{version}} ({{defaultLanguage}})</small>
|
||||
<small>#{{commitHash}}</small>
|
||||
<small ng-if="networkName=='testnet'">[ {{networkName}} ]</small>
|
||||
<small ng-if="networkName ==='testnet' || networkName ==='livenet'">[ {{networkName}} ]</small>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue