ui: Restore xmr bid sequence diagrams.

This commit is contained in:
tecnovert 2022-10-23 16:07:32 +02:00
parent 4fc68b5717
commit e46fd193fe
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93
4 changed files with 21 additions and 21 deletions

View File

@ -1,3 +1,3 @@
name = "basicswap" name = "basicswap"
__version__ = "0.11.40" __version__ = "0.11.41"

View File

@ -470,11 +470,11 @@
{% endif %} {% endif %}
{% if data.show_bidder_seq_diagram %} {% if data.show_bidder_seq_diagram %}
<!--<img src="/static/sequence_diagrams/xmr.bidder.alt.xu.min.svg" />--> <img src="/static/sequence_diagrams/xmr.bidder.alt.xu.min.svg" />
{% endif %} {% endif %}
{% if data.show_offerer_seq_diagram %} {% if data.show_offerer_seq_diagram %}
<!--<img src="/static/sequence_diagrams/xmr.offerer.alt.xu.min.svg" />--> <img src="/static/sequence_diagrams/xmr.offerer.alt.xu.min.svg" />
{% endif %} {% endif %}
{% if data.chain_a_lock_tx_inputs %} {% if data.chain_a_lock_tx_inputs %}

View File

@ -243,7 +243,7 @@
<div class="pl-3 w-full"> <div class="pl-3 w-full">
<div class="text-gray-500 text-sm mb-1.5"> <div class="text-gray-500 text-sm mb-1.5">
<span class="font-semibold text-gray-900"> <span class="font-semibold text-gray-900">
UNKNOW EVENT</span><br/> UNKNOWN EVENT</span><br/>
<span class="mt-2 mb-2 inline-flex px-2.5 py-1.5 text-xs font-small monospace text-center text-white bg-gray-800 rounded-lg hover:bg-gray-700 focus:ring-4 focus:outline-none focus:ring-gray-300"> <span class="mt-2 mb-2 inline-flex px-2.5 py-1.5 text-xs font-small monospace text-center text-white bg-gray-800 rounded-lg hover:bg-gray-700 focus:ring-4 focus:outline-none focus:ring-gray-300">
{{ entry[1] }} {{ entry[1] }}
<div class="text-xs text-blue-600">{{ entry[0] }}</div> <div class="text-xs text-blue-600">{{ entry[0] }}</div>