Show fee for non-solo, 100% fee nodes

This commit is contained in:
Jason Rhinelander 2021-03-24 18:22:27 -03:00
parent 21e5538eb7
commit 99554ac8c4
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@
<td title="
{%-for c in sn.contributors%}{%for lc in c.locked_contributions%}{{c.address | truncate(15)}} ({{lc.amount | oxen(decimals=0)}} = {{(lc.amount / sn.staking_requirement * 100) | round(1) | chop0}}%)
{%endfor%}{%endfor%}"><span class="icon">{{sn.contributors | length}}/4</span></td>
<td>{%if sn.portions_for_operator != portions_base%}{{ (sn.portions_for_operator / portions_base * 100) | round(3) | chop0 }}{%endif%}</td>
<td>{%if sn.portions_for_operator != portions_base or sn.contributors|length > 1 or not sn.funded-%}
{{ (sn.portions_for_operator / portions_base * 100) | round(3) | chop0 }}{%endif%}</td>