Added version and networkName label bellow Copay logo
This commit is contained in:
parent
a5544d08db
commit
0a388c73ca
13 changed files with 16 additions and 27 deletions
5
views/includes/version.html
Normal file
5
views/includes/version.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div ng-controller="VersionController">
|
||||
<small>v{{version}}</small>
|
||||
<small ng-if="networkName=='testnet'">[ {{networkName}} ]</small>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue