From e0c68c4765d86c3be970b8ac0624fb35fdd204af Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Wed, 12 Aug 2020 11:27:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B1=95=E7=A4=BA=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/client/list-client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-central-control/src/main/resources/templates/client/list-client.html b/cloud-central-control/src/main/resources/templates/client/list-client.html index acb0172..3f145db 100644 --- a/cloud-central-control/src/main/resources/templates/client/list-client.html +++ b/cloud-central-control/src/main/resources/templates/client/list-client.html @@ -478,7 +478,7 @@ } else if(layEvent === 'clientInfoEvent') { top.dialog.open({ url: top.restAjax.path('route/client/getclientinfo?clientId={clientId}', [data.clientId]), - title: '客户端服务器实时情况', + title: '【'+ data.clientName +'】服务器实时情况', width: '90%', height: '90%', onClose: function() {}