This commit is contained in:
Johnathan Ross 2021-06-11 20:46:41 +10:00
commit 8ee8effae3
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@
Missed too many pulse quorums
{% elif reason == 'storage' -%}
Oxen Storage Server is not reachable
{% elif reason == 'lokinet' -%}
Lokinet is not reachable
{% elif reason == 'timecheck' -%}
SN is not responding to time checks
{% elif reason == 'timesync' -%}

View File

@ -114,8 +114,8 @@
<li>{{ readable_reason.display(r) }}</li>
{%endfor%}
{%endif%}
{%if tx.extra.sn_state_change.reasons_some%}
{%for r in tx.extra.sn_state_change.reasons_some%}
{%if tx.extra.sn_state_change.reasons_maybe%}
{%for r in tx.extra.sn_state_change.reasons_maybe%}
<li>{{ readable_reason.display(r, true) }}</li>
{%endfor%}
{%endif%}