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

CircuitTermination and PowerFeed are path endpoints

This commit is contained in:
Jeremy Stretch
2020-10-01 13:05:00 -04:00
parent 105c0fd3d2
commit 8abc05544c
3 changed files with 5 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ ENDPOINT_MODELS = (
'dcim.ConsolePort',
'dcim.ConsoleServerPort',
'dcim.Interface',
'dcim.PowerFeed',
'dcim.PowerOutlet',
'dcim.PowerPort',
)