cargo update

This commit is contained in:
Slatian
2025-03-20 00:04:34 +01:00
parent 38be0c05d0
commit d5c5d30d32
6 changed files with 259 additions and 173 deletions

View File

@ -12,6 +12,12 @@
{% block content %}
{% set r = data.result %}
{% if r.mapping %}
<section>
<h2>{{ r.mapping.strategy | title }} Mapping</h2>
<p>The address <code>{{ r.mapping.from_address }}</code> was automatically translated to <code>{{ r.mapping.to_address }}</code> using {{ r.mapping.strategy | title }}.</p>
</section>
{% endif %}
<section>
<h2>Network Information</h2>
<dl>