mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -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)'
|
verbose_name='NAT (Inside)'
|
||||||
)
|
)
|
||||||
assigned = BooleanColumn(
|
assigned = BooleanColumn(
|
||||||
accessor='assigned_object_id',
|
accessor='assigned_object',
|
||||||
|
linkify=True,
|
||||||
verbose_name='Assigned'
|
verbose_name='Assigned'
|
||||||
)
|
)
|
||||||
tags = TagColumn(
|
tags = TagColumn(
|
||||||
|
Loading…
Reference in New Issue
Block a user