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

Fixes #6953: Remove change log tab from non-applicable object views

This commit is contained in:
jeremystretch
2021-08-13 09:13:09 -04:00
parent 1b074d2d53
commit dcd49fd97b
2 changed files with 13 additions and 10 deletions

View File

@@ -15,6 +15,7 @@
* [#6846](https://github.com/netbox-community/netbox/issues/6846) - Form-driven REST API calls should use brief mode
* [#6871](https://github.com/netbox-community/netbox/issues/6871) - Support dynamic tag types in GraphQL API
* [#6894](https://github.com/netbox-community/netbox/issues/6894) - Fix available IP generation for prefix assigned to a VRF
* [#6953](https://github.com/netbox-community/netbox/issues/6953) - Remove change log tab from non-applicable object views
---