From d2df7f8d5b7b09ad140f4a0a5a40508e808c532c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Wed, 16 Nov 2022 12:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E5=B8=A6=E5=AE=BD=E4=BD=BF=E7=94=A8bps=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/views/@default/clusters/cluster/nodes.html | 2 +- web/views/@default/clusters/nodes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/views/@default/clusters/cluster/nodes.html b/web/views/@default/clusters/cluster/nodes.html index 51c3c28a..3dea6165 100644 --- a/web/views/@default/clusters/cluster/nodes.html +++ b/web/views/@default/clusters/cluster/nodes.html @@ -118,7 +118,7 @@ - - {{teaweb.formatBytes(node.status.trafficOutBytes/60)}}/s + {{teaweb.formatBits(node.status.trafficOutBytes * 8/60)}} - diff --git a/web/views/@default/clusters/nodes.html b/web/views/@default/clusters/nodes.html index c90db012..7425829c 100644 --- a/web/views/@default/clusters/nodes.html +++ b/web/views/@default/clusters/nodes.html @@ -112,7 +112,7 @@ - - {{teaweb.formatBytes(node.status.trafficOutBytes/60)}}/s + {{teaweb.formatBits(node.status.trafficOutBytes * 8/60)}} -