ui: Rendering of node names is inconsistent in the code #45622
Labels
A-webui
Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.
good first issue
Currently a lot of different code is responsible for rendering node names in the Admin UI. It would make sense to standardize on a single format and ensure that one place in the code is responsible. We're not too far from this since the number of code spots are few for now.
Ideally we can either change the types in the code to make it easier to use the
getDisplayName
function that already exists or modify the types we're using and the function to make them work well together.See #45551 for examples.
The text was updated successfully, but these errors were encountered: