mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 16:26:09 -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)'
|
||||
)
|
||||
assigned = columns.BooleanColumn(
|
||||
accessor='assigned_object_id',
|
||||
accessor='assigned_object__parent_object',
|
||||
linkify=True,
|
||||
verbose_name='Assigned'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user