diff --git a/netbox/extras/tables/tables.py b/netbox/extras/tables/tables.py index c63a247b0..e6d014302 100644 --- a/netbox/extras/tables/tables.py +++ b/netbox/extras/tables/tables.py @@ -96,6 +96,7 @@ class ImageAttachmentTable(NetBoxTable): linkify=True ) size = tables.Column( + orderable=False, verbose_name='Size (bytes)' )