mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
DCIM: Added sorting by Display Name to Rack Elevations (missed in #9665)
This commit is contained in:
parent
3a5914827b
commit
dc0a0ed74c
@ -592,6 +592,8 @@ class RackElevationListView(generic.ObjectListView):
|
||||
ORDERING_CHOICES = {
|
||||
'name': 'Name (A-Z)',
|
||||
'-name': 'Name (Z-A)',
|
||||
'display': 'Display Name (A-Z)',
|
||||
'-display': 'Display Name (Z-A)',
|
||||
'facility_id': 'Facility ID (A-Z)',
|
||||
'-facility_id': 'Facility ID (Z-A)',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user