Long Rack Names Colliding in Rack Elevation #1002

Closed
opened 2025-12-29 16:27:43 +01:00 by adam · 0 comments
Owner

Originally created by @WilliamMarti on GitHub (May 30, 2017).

Long Rack Names Colliding in Rack Elevation

** Python version: 2.7.12
** NetBox version: 2.0.4

I have a few Racks that have valid names, but are rather lengthy. When looking in the rack elevations view they names collide with each other.

Example:

name collision

My initial thought was to have some sort of check if number of characters is over 20 or so add ellipses to the end of the rack name.

name collision - fix

Originally created by @WilliamMarti on GitHub (May 30, 2017). Long Rack Names Colliding in Rack Elevation ** Python version: 2.7.12 ** NetBox version: 2.0.4 I have a few Racks that have valid names, but are rather lengthy. When looking in the rack elevations view they names collide with each other. Example: ![name collision](https://cloud.githubusercontent.com/assets/4473602/26586134/407d6740-451c-11e7-84b6-d38c17e865f1.PNG) My initial thought was to have some sort of check if number of characters is over 20 or so add ellipses to the end of the rack name. ![name collision - fix](https://cloud.githubusercontent.com/assets/4473602/26586256/aff53846-451c-11e7-83ad-adcd07f413fd.PNG)
adam added the type: bug label 2025-12-29 16:27:43 +01:00
adam closed this issue 2025-12-29 16:27:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1002