mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-17 23:14:19 +01:00
Feature-6917 make ip assigned checkmark link to interface
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user