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

Fixes #10156: Avoid forcing SVG image links to open in a new window

This commit is contained in:
jeremystretch
2022-08-26 08:45:48 -04:00
parent 88d2fca2c6
commit fd81f57e61
3 changed files with 6 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#10155](https://github.com/netbox-community/netbox/issues/10155) - Fix rear port display when editing front port template for module type
* [#10156](https://github.com/netbox-community/netbox/issues/10156) - Avoid forcing SVG image links to open in a new window
---