优化节点列表连接数显示

This commit is contained in:
刘祥超
2023-03-17 15:25:07 +08:00
parent c25bd71592
commit 821d5aa595
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@
<span v-else class="disabled">-</span>
</td>
<td class="center" v-if="windowWidth < miniWidth || windowWidth > columnWidth4">
<span v-if="node.status.isActive && node.status.countConnections > 0">{{node.status.countConnections}}</span>
<span v-if="node.status.isActive && node.status.countConnections > 0">{{teaweb.formatCount(node.status.countConnections)}}</span>
<span v-else class="disabled">-</span>
</td>
<td class="center" v-if="windowWidth < miniWidth || windowWidth > columnWidth5">