From 821d5aa595ba9db663552f1ffd60f61ec9c0866a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 17 Mar 2023 15:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8A=82=E7=82=B9=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=BF=9E=E6=8E=A5=E6=95=B0=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 fba18615..a253bb16 100644 --- a/web/views/@default/clusters/cluster/nodes.html +++ b/web/views/@default/clusters/cluster/nodes.html @@ -131,7 +131,7 @@ - - {{node.status.countConnections}} + {{teaweb.formatCount(node.status.countConnections)}} - diff --git a/web/views/@default/clusters/nodes.html b/web/views/@default/clusters/nodes.html index 151f06aa..6d0ddd13 100644 --- a/web/views/@default/clusters/nodes.html +++ b/web/views/@default/clusters/nodes.html @@ -125,7 +125,7 @@ - - {{node.status.countConnections}} + {{teaweb.formatCount(node.status.countConnections)}} -