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

Closes #6955: Include type, ID, and slug on object view

This commit is contained in:
jeremystretch
2021-10-06 11:23:06 -04:00
parent b806220074
commit 69aaf28b9c
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#6850](https://github.com/netbox-community/netbox/issues/6850) - Default to current user when creating journal entries via REST API
* [#6955](https://github.com/netbox-community/netbox/issues/6955) - Include type, ID, and slug on object view
* [#7462](https://github.com/netbox-community/netbox/issues/7462) - Include count of assigned virtual machines under platform view
### Bug Fixes