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

Fixes #6176: Correct position of MAC address field when creating VM interfaces

This commit is contained in:
jeremystretch
2021-04-16 09:16:43 -04:00
parent 2bc9730b1d
commit c24cac9a44
2 changed files with 5 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ A new provider network model has been introduced to represent the boundary of a
* [#6155](https://github.com/netbox-community/netbox/issues/6155) - Fix admin links for plugins, background tasks
* [#6171](https://github.com/netbox-community/netbox/issues/6171) - Fix display of horizontally-scrolling object lists
* [#6173](https://github.com/netbox-community/netbox/issues/6173) - Fix assigned device/VM count when bulk editing/deleting device roles
* [#6176](https://github.com/netbox-community/netbox/issues/6176) - Correct position of MAC address field when creating VM interfaces
### Other Changes