kytos-ng / ui

Kytos Admin UI
MIT License
0 stars 3 forks source link

ui: display switch name in the topology whenever available #45

Closed rmotitsuki closed 1 year ago

rmotitsuki commented 1 year ago

Issue opened in NApp topology #127 Currently, the topology map shows each switch with its datapath-id instead of the switch name. There is an option to change this behavior and show the switch description, but not to show the switch.metadata.node_name, and even the description is not persistent.

My suggestion is that by default, we try to display the switches with switch.metadata.node_name, then switch.id. Then we can leave the other options as non-persistent choices.