mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -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(
|
size = tables.Column(
|
||||||
orderable=False,
|
orderable=False,
|
||||||
verbose_name=_('Size (Bytes)')
|
verbose_name=_('Size')
|
||||||
)
|
)
|
||||||
|
|
||||||
class Meta(NetBoxTable.Meta):
|
class Meta(NetBoxTable.Meta):
|
||||||
|
Loading…
Reference in New Issue
Block a user