Merge pull request #11614 from dataease/pr@dev-v2@perf_threshold_preview_msg

perf(X-Pack): 阈值告警预览页面优化
This commit is contained in:
fit2cloud-chenyw 2024-08-16 17:48:22 +08:00 committed by GitHub
commit a6f254a735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit b0f4ffc065e4e316a1ce9e47c8468ff61596d944
Subproject commit b5a183e3cadbb2155b714995b4c693c0a86fc74c

View File

@ -26,4 +26,6 @@ public class FilterTreeItem implements Serializable {
private DynamicTimeSetting dynamicTimeSetting;
// tree
private FilterTreeObj subTree;
private String valueType;
}