mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Merge v3.1.7
This commit is contained in:
@@ -44,7 +44,7 @@ class FHRPGroupTable(NetBoxTable):
|
||||
|
||||
class FHRPGroupAssignmentTable(NetBoxTable):
|
||||
interface_parent = tables.Column(
|
||||
accessor=tables.A('interface.parent_object'),
|
||||
accessor=tables.A('interface__parent_object'),
|
||||
linkify=True,
|
||||
orderable=False,
|
||||
verbose_name='Parent'
|
||||
|
Reference in New Issue
Block a user