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

Implement replaceAll utility function

add #8331 release notes
This commit is contained in:
thatmattlove
2022-02-07 13:49:27 -07:00
parent 60f48326e1
commit 6c1507c88c
7 changed files with 73 additions and 23 deletions

View File

@@ -6,6 +6,7 @@
* [#8548](https://github.com/netbox-community/netbox/issues/8548) - Fix display of VC members when position is zero
* [#8561](https://github.com/netbox-community/netbox/issues/8561) - Include option to connect a rear port to a console port
* [#8331](https://github.com/netbox-community/netbox/issues/8331) - Implement `replaceAll` string utility function to improve browser compatibility
---