mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -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(
|
parent = tables.Column(
|
||||||
verbose_name=_('Parent'),
|
verbose_name=_('Parent'),
|
||||||
linkify=True
|
linkify=True,
|
||||||
|
orderable=False,
|
||||||
)
|
)
|
||||||
size = tables.Column(
|
size = tables.Column(
|
||||||
orderable=False,
|
orderable=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user