Merge pull request #5 from jagerman/lokinet-reason

Lokinet reason & "maybe" reason fix
This commit is contained in:
Jason Rhinelander 2021-06-10 14:45:34 -03:00 committed by GitHub
commit 28376a5a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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%}