channel detail page: show capacity

This commit is contained in:
danielbroll
2022-05-18 19:36:23 +02:00
committed by Carsten Otto
parent 098783a4af
commit 1cb06c1baf

View File

@@ -283,6 +283,7 @@
<a th:text="${channel.remoteAlias}" th:href="@{/node/{id}(id=${channel.remotePubkey})}"></a>
</span>
</p>
<p th:text="'Capacity: ' + ${@formatter.formatNumber(channel.capacitySat)}"></p>
</div>
</div>
</div>