Add 'more' message for LND TXs

This commit is contained in:
Taylor Helsper 2021-05-03 18:10:08 -05:00
parent 0f8d13ec82
commit 9c2bed7c73

View File

@ -266,7 +266,7 @@
</td>
</tr>
{% endfor %}
{% if lnd_invoices|length >= lnd_tx_display_limit %}
{% if lnd_payments_and_invoices|length >= lnd_tx_display_limit %}
<tr><td colspan=9>more...</td></tr>
{% endif %}
{% else %}