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

Fixes #8374 - Display device type and asset tag if name is blank but asset tag is populated

This commit is contained in:
Daniel Sheppard
2022-05-13 09:49:07 -05:00
parent 24ff360ee0
commit f415d81049
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
### Enhancements
* [#8374](https://github.com/netbox-community/netbox/issues/8374) - Display device type and asset tag if name is blank but asset tag is populated
* [#8922](https://github.com/netbox-community/netbox/issues/8922) - Add service list to IP address view
### Bug Fixes