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

Correct serializer field lists

This commit is contained in:
Jeremy Stretch
2020-10-06 15:27:40 -04:00
parent 3870f5d246
commit 52ec35b94f
2 changed files with 11 additions and 8 deletions

View File

@ -78,4 +78,5 @@ class CircuitTerminationSerializer(CableTerminationSerializer, ConnectedEndpoint
fields = [
'id', 'url', 'circuit', 'term_side', 'site', 'port_speed', 'upstream_speed', 'xconnect_id', 'pp_info',
'description', 'connected_endpoint_type', 'connected_endpoint', 'connected_endpoint_reachable', 'cable',
'cable_peer', 'cable_peer_type',
]