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

Fixes #10517: Automatically inherit site assignment from cluster when creating a virtual machine

This commit is contained in:
jeremystretch
2022-10-03 15:35:45 -04:00
parent 7feb86fe55
commit 7712b81ab9
3 changed files with 8 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
* [#10480](https://github.com/netbox-community/netbox/issues/10480) - Cable trace SVG links should not force a new window
* [#10491](https://github.com/netbox-community/netbox/issues/10491) - Clarify representation of blocking contact assignments during contact deletion
* [#10513](https://github.com/netbox-community/netbox/issues/10513) - Disable the reassignment of a module to a new device
* [#10517](https://github.com/netbox-community/netbox/issues/10517) - Automatically inherit site assignment from cluster when creating a virtual machine
---