Fixes #4099: Linkify interfaces on global interfaces list

This commit is contained in:
Jeremy Stretch
2020-02-05 16:52:42 -05:00
parent 9fe3d91cd9
commit 78fabad227
2 changed files with 2 additions and 0 deletions

View File

@@ -777,6 +777,7 @@ class InterfaceTable(BaseTable):
class InterfaceDetailTable(DeviceComponentDetailTable):
parent = tables.LinkColumn(order_by=('device', 'virtual_machine'))
name = tables.LinkColumn()
class Meta(InterfaceTable.Meta):
order_by = ('parent', 'name')