From 111f098d00793eba611bb13dc4f84a8bc9aa2aa4 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 7 Feb 2021 09:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=88=E7=AB=AF=E7=BB=9F=E8=AE=A1=E4=B8=AD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=B3=BB=E7=BB=9F=E5=92=8C=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/actions/default/servers/server/stat/clients.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/web/actions/default/servers/server/stat/clients.go b/internal/web/actions/default/servers/server/stat/clients.go index 1983d9bd..ffc0c9a4 100644 --- a/internal/web/actions/default/servers/server/stat/clients.go +++ b/internal/web/actions/default/servers/server/stat/clients.go @@ -75,7 +75,7 @@ func (this *ClientsAction) RunGet(params struct { "count": stat.Count, "system": maps.Map{ "id": stat.ClientSystem.Id, - "name": stat.ClientSystem.Name, + "name": stat.ClientSystem.Name + " " + stat.Version, }, }) } @@ -97,7 +97,7 @@ func (this *ClientsAction) RunGet(params struct { "count": stat.Count, "browser": maps.Map{ "id": stat.ClientBrowser.Id, - "name": stat.ClientBrowser.Name, + "name": stat.ClientBrowser.Name + " " + stat.Version, }, }) }