-
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.
feat(mis-web): 管理系统用户可见分区追加优化 (#882)
### 做了什么 根据优化需求进行优化,将集群返回的错误信息返回并展示 **优化需求** 每个集群一个表,显示可用分区以及价格 分区信息的显示顺序,按照配置文件中的集群的优先级顺序显示 只显示一个spinner, 如果某个集群分区获取出现错误则不显示整个集群的可见分区信息 **优化后效果** - 多集群分区获取失败时 ![多集群失败](https://github.com/PKUHPC/SCOW/assets/43978285/3165bd42-fb56-4864-8032-d14bf01ee093) - 多集群分区获取正常时 ![多集群](https://github.com/PKUHPC/SCOW/assets/43978285/6a7c4880-4d10-4c87-8ae8-cd5a1d45a757) - 多集群部分集群分区信息获取失败时 ![某一个集群出现了错误](https://github.com/PKUHPC/SCOW/assets/43978285/39894768-c7cb-4b00-a1c2-8b1f64cb1256)
- Loading branch information
Showing
13 changed files
with
195 additions
and
101 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,6 @@ | ||
--- | ||
"@scow/mis-server": patch | ||
"@scow/mis-web": patch | ||
--- | ||
|
||
修改管理系统用户可见分区为按不同集群响应分开展示,页面展示顺序为按集群优先级顺序 |
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/grpc-api": minor | ||
--- | ||
|
||
新增getAvailablePartitionsForPartitions接口获取某个集群下可见分区信息,getAvailablePartitions变更为deprecated将在下一个大版本中被删除 |
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
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
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
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
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
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
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
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
Oops, something went wrong.