mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Add tor info to page header
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
{% if debug_ui_mode == true %}
|
||||
<p>Debug UI mode: Active</p>
|
||||
{% endif %}
|
||||
{% if use_tor_proxy == true %}
|
||||
<p>Tor mode: Active{% if tor_established == true %}, Connected{% endif %}</p>
|
||||
{% endif %}
|
||||
|
||||
{% if ws_url %}
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user