perf(X-Pack): 认证对接-认证失败禁止注销 SSO 信息 #16615

This commit is contained in:
fit2cloud-chenyw
2025-08-13 17:25:34 +08:00
committed by fit2cloud-chenyw
parent 004d6cfc0e
commit a42741dbc5

View File

@@ -193,7 +193,7 @@ public class ChartViewThresholdManage {
}
String timeText = "";
if (StringUtils.containsIgnoreCase(format, "HH")) {
timeText = " " + time;
timeText = " (" + time + ")";
}
return count + " " + unitText + suffixText + timeText;
} else {