mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Parent column is not orderable
This commit is contained in:
parent
1ac4515873
commit
84c36a11b4
@ -255,7 +255,8 @@ class ImageAttachmentTable(NetBoxTable):
|
||||
)
|
||||
parent = tables.Column(
|
||||
verbose_name=_('Parent'),
|
||||
linkify=True
|
||||
linkify=True,
|
||||
orderable=False,
|
||||
)
|
||||
size = tables.Column(
|
||||
orderable=False,
|
||||
|
Loading…
Reference in New Issue
Block a user