Sync UI: redesign and implement new topology (#10576)

Refactor Topology widget to make it more hierarchical.
  1. Choose `User` as the first node.
  2. If `User` node is absent, choose the busiest node(which has the most calls of all).
  3. Do a left-to-right flow process.
  4. At the same level, list nodes from top to bottom in alphabetical order.
This commit is contained in:
Fine0830 2023-03-22 17:21:56 +08:00 committed by GitHub
parent d6e7ee8ae3
commit e16d294bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,11 @@
#### UI
* Revert: cpm5d function. This feature is cancelled from backend.
* Fix: alerting link breaks on the topology.
* Refactor Topology widget to make it more hierarchical.
1. Choose `User` as the first node.
2. If `User` node is absent, choose the busiest node(which has the most calls of all).
3. Do a left-to-right flow process.
4. At the same level, list nodes from top to bottom in alphabetical order.
#### Documentation

@ -1 +1 @@
Subproject commit 8031c1b463cc98a2e1785c6e20867e0a91efe5c0
Subproject commit 449dccdf366fbcbefdd56f36c13db197ed5bd9d9