diff --git a/internal/web/actions/default/ns/clusters/accessLogs/index.go b/internal/web/actions/default/ns/clusters/accessLogs/index.go index 909af40e..a430010a 100644 --- a/internal/web/actions/default/ns/clusters/accessLogs/index.go +++ b/internal/web/actions/default/ns/clusters/accessLogs/index.go @@ -120,6 +120,9 @@ func (this *IndexAction) RunGet(params struct { } if resp.IpRegionMap != nil { for ip, region := range resp.IpRegionMap { + if len(region.Isp) > 0 { + region.Summary += " | " + region.Isp + } regionMap[ip] = region.Summary } } diff --git a/web/public/js/utils.js b/web/public/js/utils.js index b1bfe307..dad53a72 100644 --- a/web/public/js/utils.js +++ b/web/public/js/utils.js @@ -572,7 +572,8 @@ window.teaweb = { smooth: true } ], - animation: true + animation: true, + smooth: true } chart.setOption(option) chart.resize() diff --git a/web/views/@default/dashboard/boards/index.js b/web/views/@default/dashboard/boards/index.js index c59ac7b0..e815dea0 100644 --- a/web/views/@default/dashboard/boards/index.js +++ b/web/views/@default/dashboard/boards/index.js @@ -115,6 +115,7 @@ Tea.context(function () { lineStyle: { color: "#61A0A8" }, + areaStyle: {}, smooth: true }, { diff --git a/web/views/@default/ns/test/index.html b/web/views/@default/ns/test/index.html index 9d42eb7f..cc1a2422 100644 --- a/web/views/@default/ns/test/index.html +++ b/web/views/@default/ns/test/index.html @@ -14,32 +14,38 @@
要解析的域名。
-要解析的域名和记录类型。