-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mis): 修复了当getClusterNodesInfo接口不存在时,进度条为NaN的情况 (#1418)
问题: ![image](https://github.com/user-attachments/assets/dd62dba7-e842-47bf-b8e1-b763700227f0) ![image](https://github.com/user-attachments/assets/c3f823ed-3a1a-4708-99f2-35b4ec403901) 修复后: ![image](https://github.com/user-attachments/assets/44a03dcf-3e28-4324-bc80-c6dbf7a52760)
- Loading branch information
Showing
2 changed files
with
17 additions
and
10 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,5 @@ | ||
--- | ||
"@scow/portal-web": patch | ||
--- | ||
|
||
修复了当 getClusterNodesInfo 接口不存在时,进度条为 NaN 的情况。 |
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