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

Add connection column for path endpoints

This commit is contained in:
Jeremy Stretch
2020-10-16 11:41:24 -04:00
parent 769b240164
commit 35273c7bfe
2 changed files with 23 additions and 10 deletions

View File

@@ -42,6 +42,8 @@ class PowerPanelTable(BaseTable):
# Power feeds
#
# We're not using PathEndpointTable for PowerFeed because power connections
# cannot traverse pass-through ports.
class PowerFeedTable(CableTerminationTable):
pk = ToggleColumn()
name = tables.LinkColumn()