mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -06:00
Remove object_type from default columns list
This commit is contained in:
parent
90835dbac2
commit
1ac4515873
@ -268,7 +268,7 @@ class ImageAttachmentTable(NetBoxTable):
|
||||
'pk', 'object_type', 'parent', 'image', 'name', 'filename', 'description', 'image_height', 'image_width',
|
||||
'size', 'created', 'last_updated',
|
||||
)
|
||||
default_columns = ('image', 'object_type', 'parent', 'description', 'dimensions', 'size')
|
||||
default_columns = ('image', 'parent', 'description', 'dimensions', 'size')
|
||||
|
||||
def render_size(self, value):
|
||||
return filesizeformat(value)
|
||||
|
Loading…
Reference in New Issue
Block a user