Make Whirlpool part of the community edition

This commit is contained in:
Taylor Helsper 2020-01-20 19:41:19 -06:00
parent 458db96828
commit 4e97fd82ea
2 changed files with 15 additions and 11 deletions

View File

@ -1,3 +1,11 @@
=== v0.1.80 ===
- Add BTCPay Server
- Upgrade RTL to v0.6.3
- Whirlpool is part of community edition
- Disable Wifi MAC Randomization
- Add Mempool.Space port to Tor access
- Bug fixes
=== v0.1.79 ===
- Upgrade BTC RPC Explorer to v1.1.8
- Fix issue hidden sidebar on RTL

View File

@ -94,18 +94,14 @@
<div class="app_logo"><img class="app_logo_icon" src="{{ url_for('static', filename="images/wp-black.png")}}"/></div>
{% endif %}
<div class="app_title">Whirlpool</div>
<div class="app_status">{% if not product_key_skipped %} {{ whirlpool_status }} {% endif %}</div>
<div class="app_status">{{ whirlpool_status }}</div>
<div class="app_contents">
{% if product_key_skipped %}
Premium Feature
{% else %}
<a class="ui-button ui-widget ui-corner-all mynode_button" href="/whirlpool">
{% if whirlpool_initialized %}Info{% else %}Setup{% endif %}
</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="/toggle-whirlpool">
{% if whirlpool_enabled %}Disable{% else %}Enable{% endif %}
</a>
{% endif %}
<a class="ui-button ui-widget ui-corner-all mynode_button" href="/whirlpool">
{% if whirlpool_initialized %}Info{% else %}Setup{% endif %}
</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="/toggle-whirlpool">
{% if whirlpool_enabled %}Disable{% else %}Enable{% endif %}
</a>
</div>
</div>
<div class="app_tile">