-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.3.8
Python version
3.10
Steps to Reproduce
Using rack names such as 1/1, 1/2, 1/3... 1/10, 1/11, 1/12: When viewing the rack elevations view, the racks are not sorted left to right in numerical order when single digit numbers are used, they show up as 1/1, 1/11, 1/12, etc. whereas in the rack view they sort correctly, showing 1/1, 1/2, 1/3, etc. see below:
Expected Behavior
In Elevations view, racks are sorted left to right in numerical order, e.g., 1/1, 1/2, 1/3, 1/4, 1/5, 1/6, 1/7, 1/8, 1/9, 1/10, 1/11, etc. like they sort in the rack view.
Observed Behavior
In elevations view, racks are sorted left to right as follows, 1/1, 1/10, 1/11, 1/12... etc.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application

