mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Make Whirlpool part of the community edition
This commit is contained in:
parent
458db96828
commit
4e97fd82ea
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="app_tile">
|
||||
|
|
Loading…
Reference in New Issue
Block a user