diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index 009a31cf..439d9ed8 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -18,9 +18,11 @@ Information about release notes of INFINI Console is provided here. ### Bug fix - Fixed the error when querying empty metric data (#144) - Fixed empty host when setup step finishes (#147) +- Fixed the error of obtaining suggestions of field's value in discover ### Improvements - Update agent config with cluster name (#148) +- Optimize UI of histogram and datepicker in discover (#151) - Support viewing logs for cluster, node, index health change events (#150) ## 1.28.2 (2025-02-15) diff --git a/docs/content.zh/docs/release-notes/_index.md b/docs/content.zh/docs/release-notes/_index.md index 6989451f..d1cf4fab 100644 --- a/docs/content.zh/docs/release-notes/_index.md +++ b/docs/content.zh/docs/release-notes/_index.md @@ -18,12 +18,13 @@ title: "版本历史" ### Bug fix - 修复指标数据为空时的查询错误 (#144) - 修复初始化结束步骤中主机显示为错误的问题 (#147) +- 修复数据探索中获取字段值建议的错误 ### Improvements - 优化下发给 Agent 的配置,增加集群名称 (#148) +- 优化柱状图和时间选择器的 UI (#151) - 集群,节点,索引健康状态变更支持查看日志 (#150) - ## 1.28.2 (2025-02-15) ### Features diff --git a/web/src/common/src/DatePicker/index.jsx b/web/src/common/src/DatePicker/index.jsx index 2e57d362..b4292d08 100644 --- a/web/src/common/src/DatePicker/index.jsx +++ b/web/src/common/src/DatePicker/index.jsx @@ -215,7 +215,7 @@ const DatePicker = (props) => { isMinimum ? styles.minimum : "" } ${className}`} > - + {!isMinimum && (