Only show active nodes is isp page

This commit is contained in:
nymkappa
2022-10-21 20:09:20 +02:00
parent db7f05a360
commit 5f2aa32b88
2 changed files with 35 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<td>{{ isp?.id }}</td>
</tr>
<tr>
<td i18n="lightning.node-count">Nodes</td>
<td i18n="lightning.active-node-count">Active nodes</td>
<td>{{ ispNodes.nodes.length }}</td>
</tr>
<tr>