-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
addf66e
commit 8ba269e
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### 新增 | ||
|
||
- [新增] 支持iframe加载模式 | ||
|
||
### 优化 | ||
|
||
- [优化] 服务模板中的进程配置信息支持快速切换 | ||
- [优化] 下发给主机的hostid文件大小限制由10kb调整为100kb | ||
- [优化] “全文检索”功能增加依赖提示指引 | ||
- [优化] 平台信息使用远程统一配置 | ||
- [优化] 退出登录后会注销token信息 | ||
- [优化] 优化了一些前端的显示问题 | ||
|
||
### 修复 | ||
|
||
- [修复] 修复关于“主机自动应用-按服务模板”保存自动应用策略后,查看主机没有跳转到对应的业务拓扑模块下的问题 | ||
- [修复] 修复服务实例标签过多时,编辑按钮样式错位的问题 | ||
- [修复] 修复高级筛选悬浮框被遮挡的问题 | ||
- [修复] 修复页脚中版本信息错误的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### Feature | ||
|
||
- [Feature] Support for iframe loading mode | ||
|
||
### Improved | ||
|
||
- [Improved] Process configuration information in Service Template now supports quick switching | ||
- [Improved] The size limit for the hostid file distributed to hosts has been increased from 10kb to 100kb | ||
- [Improved] Added dependency prompt guidance for the "Full-Text Search" feature | ||
- [Improved] Platform information now uses remote unified configuration | ||
- [Improved] Token information will be logged out after logging out of the account | ||
- [Improved] Optimized some front-end display issues | ||
|
||
### Fixed | ||
|
||
- [Fixed] Fixed an issue where the host did not jump to the corresponding business topology module after saving the automatic application strategy in "Host Auto Application - By Service Template" | ||
- [Fixed] Fixed a problem with the misalignment of the edit button style when there are too many service instance tags | ||
- [Fixed] Fixed an issue where the advanced filter floating box was obscured | ||
- [Fixed] Corrected the version information error in the footer |