This commit is contained in:
ncoelho
2021-02-17 15:22:57 +01:00
committed by Overtorment
parent 7df309771e
commit 989b195ba5
2 changed files with 5 additions and 3 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="100-{{remote}}" style="width:{{local}}+{{remote}}%"></progress></div>
<div class="graph"><progress id="progressbar" class="" value="{{local}}" max="{{remote}}" style="width:{{total}}%"></progress></div>
{{^active}}
<div class="status"><span class="label right" title="inactive"></span></div>
{{/active}}