mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
change IP address accessor to parent object
This commit is contained in:
parent
aaf829898b
commit
68dccbe6d4
@ -374,7 +374,7 @@ class IPAddressTable(TenancyColumnsMixin, NetBoxTable):
|
|||||||
verbose_name='NAT (Outside)'
|
verbose_name='NAT (Outside)'
|
||||||
)
|
)
|
||||||
assigned = columns.BooleanColumn(
|
assigned = columns.BooleanColumn(
|
||||||
accessor='assigned_object_id',
|
accessor='assigned_object__parent_object',
|
||||||
linkify=True,
|
linkify=True,
|
||||||
verbose_name='Assigned'
|
verbose_name='Assigned'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user