mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Feature-6917 make ip assigned checkmark link to interface
This commit is contained in:
parent
7ec6b4ebb7
commit
8523ad166e
@ -318,7 +318,8 @@ class IPAddressTable(BaseTable):
|
||||
verbose_name='NAT (Inside)'
|
||||
)
|
||||
assigned = BooleanColumn(
|
||||
accessor='assigned_object_id',
|
||||
accessor='assigned_object',
|
||||
linkify=True,
|
||||
verbose_name='Assigned'
|
||||
)
|
||||
tags = TagColumn(
|
||||
|
Loading…
Reference in New Issue
Block a user