节点列表页带宽使用bps显示

This commit is contained in:
刘祥超
2022-11-16 12:02:56 +08:00
parent 6cb79864e6
commit d2df7f8d5b
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@
<span v-else class="disabled">-</span>
</td>
<td class="center">
<span v-if="node.status.isActive && node.status.trafficOutBytes > 0">{{teaweb.formatBytes(node.status.trafficOutBytes/60)}}/s</span>
<span v-if="node.status.isActive && node.status.trafficOutBytes > 0">{{teaweb.formatBits(node.status.trafficOutBytes * 8/60)}}</span>
<span v-else class="disabled">-</span>
</td>
<td class="center">