mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
perf(X-Pack): 阈值告警-优化告警内容模版
This commit is contained in:
committed by
fit2cloud-chenyw
parent
0ff5042022
commit
c607ca294a
@@ -193,7 +193,7 @@ public class ChartViewThresholdManage {
|
||||
}
|
||||
String timeText = "";
|
||||
if (StringUtils.containsIgnoreCase(format, "HH")) {
|
||||
timeText = " " + time;
|
||||
timeText = " (" + time + ")";
|
||||
}
|
||||
return count + " " + unitText + suffixText + timeText;
|
||||
} else {
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: c816c93141...bfe6e2138f
Reference in New Issue
Block a user