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

Fixes #8674: Fix rendering of tabbed content in documentation

This commit is contained in:
jeremystretch
2022-02-16 16:21:32 -05:00
parent 6bbf168cec
commit b343035060
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
### Bug Fixes
* [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix import to restrict bridge, parent, lag to device interfaces
* [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix bulk import to restrict bridge, parent, and LAG to device interfaces
* [#8674](https://github.com/netbox-community/netbox/issues/8674) - Fix rendering of tabbed content in documentation
---