Преглед изворни кода

Feature-6917 make ip assigned checkmark link to interface

royreznik пре 4 година
родитељ
комит
8523ad166e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      netbox/ipam/tables/ip.py

+ 2 - 1
netbox/ipam/tables/ip.py

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