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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user