mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 22:44:31 +01:00
channel detail page: show capacity
This commit is contained in:
committed by
Carsten Otto
parent
098783a4af
commit
1cb06c1baf
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user