New particl core version.

Display core versions on the wallets page.
This commit is contained in:
tecnovert
2019-08-04 15:22:25 +02:00
parent 876c2234f3
commit 321ec4acb2
8 changed files with 41 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
{% for w in wallets %}
<h4>{{ w.name }}</h4>
<h4>{{ w.name }} {{ w.version }}</h4>
{% if w.error %}
<p>Error: {{ w.error }}</p>
{% else %}