fixing bugs in btcpay server down detection

This commit is contained in:
2022-02-22 14:17:40 -06:00
parent 32cb14f979
commit 6c57e45cdd
4 changed files with 14 additions and 12 deletions

View File

@ -52,7 +52,11 @@
{% else %}
<li>
<span class="disabled">Add funds with Bitcoin/Litecoin/Monero (btcpay)</span>
<span class="error"> ERROR: the BTCPay server cannot be reached</span>
<ul>
<li>
<span class="error"> ERROR: the BTCPay server cannot be reached</span>
</li>
</ul>
</li>
{% endif %}