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

Fixes #3943: Prevent rack elevation links from opening new tabs/windows

This commit is contained in:
Jeremy Stretch
2020-01-16 23:41:52 -05:00
parent f220b3f128
commit 0a1dd64b94
2 changed files with 11 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
## Bug Fixes
* [#3941](https://github.com/netbox-community/netbox/issues/3941) - Fixed exception when attempting to assign IP to interface
* [#3943](https://github.com/netbox-community/netbox/issues/3943) - Prevent rack elevation links from opening new tabs/windows
* [#3944](https://github.com/netbox-community/netbox/issues/3944) - Fix AttributeError exception when viewing prefixes list
---