peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
204 stars 17 forks source link

Improved rendering of the address record links #459

Closed peteeckel closed 1 month ago

peteeckel commented 1 month ago

The first implementation of the new table column lacked the information in which view an address record's zone is located. While the type of the record (A vs. AAAA) is quite irrelevant as it's determined by the address family of the IP Address, the view information is relevant.