-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ui: Rendering of node names is inconsistent in the code #45622
Copy link
Copy link
Closed
Labels
A-webuiTriage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.good first issue
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-webuiTriage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.good first issue