mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Add error and info templates and display debug mode.
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
<h2>{{ h2 }}</h2>
|
||||
{% endif %}
|
||||
|
||||
{% if debug_mode == true %}
|
||||
<p>Debug mode: Active</p>
|
||||
{% endif %}
|
||||
{% if debug_ui_mode == true %}
|
||||
<p>Debug UI mode: Active</p>
|
||||
{% endif %}
|
||||
|
||||
{% if ws_url %}
|
||||
<script>
|
||||
var ws = new WebSocket("{{ ws_url }}"),
|
||||
|
||||
Reference in New Issue
Block a user