netbox-community / netbox-bgp

NetBox plugin for BGP related objects documentation
Apache License 2.0
251 stars 52 forks source link

Minor updates on view and serializers #177

Closed pl0xym0r closed 9 months ago

pl0xym0r commented 10 months ago
  1. Update of serializers to have display + tags + custom_fileds on each object, reuse SerializedPKRelatedField form netbox core
  2. Adding filter on view (prefixlistrule and routingpolicyrule) as it works though API but is not visible, exemple: filter_ui but through api: filter_api Main goal was to use the filterset which permits to list all rules for a given object id

after modification: after_filter