-
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
0f7c65e
commit c452602
Showing
2 changed files
with
24 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,13 @@ | ||
### 新增 | ||
- [新增] 主机模型新增`云地域`、`云可用区`字段 | ||
- [新增] 资源实例的表格页面支持shift连选功能 | ||
- [新增] 编辑资源实例时,支持展示该字段默认值及填入的功能 | ||
|
||
### 优化 | ||
|
||
- [优化] 优化了当用户登录态失效时,将提示用户重新登录的功能 | ||
- [优化] 优化了一些前端的显示问题 | ||
|
||
### 修复 | ||
|
||
- [修复] 修复了一些动态分组、字段组合模板的已知问题 |
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,11 @@ | ||
### Feature | ||
[Feature] New fields `Cloud Region` and `Cloud Zone` have been added to the host model | ||
[Feature] The resource instance table page now supports shift selection | ||
[Feature] When editing a resource instance, the ability to display the default value of the field and fill it in is now supported | ||
|
||
### Improved | ||
[Improved] Improved the functionality of prompting users to log in again when their login session becomes invalid | ||
[Improved] Some front-end display issues have been optimized | ||
|
||
### Fixed | ||
[Fixed] Fixed some known issues with Dynamic Group and Field Grouping Template |