try channel values

This commit is contained in:
ncoelho
2021-02-17 11:50:39 +01:00
committed by Overtorment
parent d94afd9860
commit 2fd40eb4f6
2 changed files with 3 additions and 5 deletions

View File

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