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

Closes #5056: Add interface and parent columns to IP address list

This commit is contained in:
Jeremy Stretch
2020-08-27 13:46:31 -04:00
parent 523c32b8af
commit e8e4ff4111
4 changed files with 15 additions and 6 deletions

View File

@ -5,6 +5,7 @@
### Enhancements
* [#5055](https://github.com/netbox-community/netbox/issues/5055) - Add tags column to device/VM component list tables
* [#5056](https://github.com/netbox-community/netbox/issues/5056) - Add interface and parent columns to IP address list
### Bug Fixes