mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Correct table column name
This commit is contained in:
parent
adb8e53823
commit
18718fda3a
@ -260,7 +260,7 @@ class ImageAttachmentTable(NetBoxTable):
|
||||
)
|
||||
size = tables.Column(
|
||||
orderable=False,
|
||||
verbose_name=_('Size (Bytes)')
|
||||
verbose_name=_('Size')
|
||||
)
|
||||
|
||||
class Meta(NetBoxTable.Meta):
|
||||
|
Loading…
Reference in New Issue
Block a user