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

This commit is contained in:
GoEdgeLab
2022-11-16 12:02:56 +08:00
parent 4c3de625ac
commit c873cffefe
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">