Parent column is not orderable

This commit is contained in:
Jeremy Stretch 2025-07-18 16:14:21 -04:00
parent 1ac4515873
commit 84c36a11b4

View File

@ -255,7 +255,8 @@ class ImageAttachmentTable(NetBoxTable):
)
parent = tables.Column(
verbose_name=_('Parent'),
linkify=True
linkify=True,
orderable=False,
)
size = tables.Column(
orderable=False,