mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #8074: Ordering VMs by name should reference naturalized value
This commit is contained in:
@@ -114,6 +114,7 @@ class ClusterTable(BaseTable):
|
||||
class VirtualMachineTable(BaseTable):
|
||||
pk = ToggleColumn()
|
||||
name = tables.Column(
|
||||
order_by=('_name',),
|
||||
linkify=True
|
||||
)
|
||||
status = ChoiceFieldColumn()
|
||||
|
Reference in New Issue
Block a user