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:
parent
d6e7ee8ae3
commit
e16d294bd8
|
|
@ -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
|
||||
Loading…
Reference in New Issue