ui: Add tor info to page header

This commit is contained in:
tecnovert
2022-10-08 14:37:22 +02:00
parent 7319d46988
commit af766876a1
3 changed files with 32 additions and 7 deletions

View File

@@ -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>