REF: Channel size GUI

This commit is contained in:
ncoelho
2021-02-17 17:29:22 +01:00
committed by Overtorment
parent 36ae5c5f4e
commit 5457d377f3
3 changed files with 9 additions and 4 deletions

View File

@@ -106,7 +106,7 @@
{{/name}}
<span class="amount">{{capacity_btc}} BTC</span>
</div>
<div class="graph"><progress id="progressbar" class="" value="{{local}}" max="{{remote}}" style="width:{{total}}%"></progress></div>
<div class="graph"><progress id="progressbar" class="" value="{{local}}" max="{{total}}" style="width: {{size}}%"></progress></div>
{{^active}}
<div class="status"><span class="label right" title="inactive"></span></div>
{{/active}}