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

Closes #6666: Show management-only status under interface detail view

This commit is contained in:
jeremystretch
2021-06-29 13:47:44 -04:00
parent 98ff00bc62
commit 18934bcc69
2 changed files with 12 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#6620](https://github.com/netbox-community/netbox/issues/6620) - Show assigned VMs count under device role view
* [#6666](https://github.com/netbox-community/netbox/issues/6666) - Show management-only status under interface detail view
### Bug Fixes