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

Fixes #4952: Default to VM tab when creating/editing an IP address for a VM

This commit is contained in:
Jeremy Stretch
2020-08-05 09:29:29 -04:00
parent 65b42c93b0
commit bd24eebbf2
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
* [#4931](https://github.com/netbox-community/netbox/issues/4931) - Fix DoesNotExist exception when deleting devices
* [#4938](https://github.com/netbox-community/netbox/issues/4938) - Show add, import buttons on virtual chassis list view
* [#4939](https://github.com/netbox-community/netbox/issues/4939) - Fix linking to LAG interfaces on other VC members
* [#4952](https://github.com/netbox-community/netbox/issues/4952) - Default to VM tab when creating/editing an IP address for a VM
### Other Changes