mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
Disable ordering by size (not stored in database)
This commit is contained in:
parent
726aab7ea3
commit
0721d4de66
@ -96,6 +96,7 @@ class ImageAttachmentTable(NetBoxTable):
|
||||
linkify=True
|
||||
)
|
||||
size = tables.Column(
|
||||
orderable=False,
|
||||
verbose_name='Size (bytes)'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user