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

Fixes #8191: Fix return URL when adding IP addresses to VM interfaces

This commit is contained in:
jeremystretch
2021-12-30 09:46:02 -05:00
parent 6cda55da06
commit a5f1707662
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#8191](https://github.com/netbox-community/netbox/issues/8191) - Fix return URL when adding IP addresses to VM interfaces
* [#8187](https://github.com/netbox-community/netbox/issues/8187) - Fix rendering of tags column in object tables
---