mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 11:21:44 +08:00
perf(X-Pack): 认证对接-认证失败禁止注销 SSO 信息 #16615
This commit is contained in:
committed by
fit2cloud-chenyw
parent
004d6cfc0e
commit
a42741dbc5
@@ -193,7 +193,7 @@ public class ChartViewThresholdManage {
|
||||
}
|
||||
String timeText = "";
|
||||
if (StringUtils.containsIgnoreCase(format, "HH")) {
|
||||
timeText = " " + time;
|
||||
timeText = " (" + time + ")";
|
||||
}
|
||||
return count + " " + unitText + suffixText + timeText;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user