1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Feature-6917 make ip assigned checkmark link to interface

This commit is contained in:
royreznik
2021-09-20 11:39:48 -07:00
parent 7ec6b4ebb7
commit 8523ad166e

View File

@@ -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(