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

Closes #5678: Show available type choices for all device component import forms

This commit is contained in:
Jeremy Stretch
2021-01-26 10:17:58 -05:00
parent d4e83ca1c0
commit 90e8f26cd4
2 changed files with 17 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
* [#5570](https://github.com/netbox-community/netbox/issues/5570) - Add "management only" filter widget for interfaces list
* [#5586](https://github.com/netbox-community/netbox/issues/5586) - Allow filtering virtual chassis by name and master
* [#5612](https://github.com/netbox-community/netbox/issues/5612) - Add GG45 and TERA port types, and CAT7a and CAT8 cable types
* [#5678](https://github.com/netbox-community/netbox/issues/5678) - Show available type choices for all device component import forms
### Bug Fixes