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)}} -