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

Fixes #7300: Fix incorrect Device LLDP interface row coloring & improve related JS

This commit is contained in:
thatmattlove
2021-10-15 17:07:54 -07:00
parent f1f0d9cd0d
commit 84c14aadc7
4 changed files with 77 additions and 28 deletions

View File

@ -4,6 +4,7 @@
### Bug Fixes
* [#7300](https://github.com/netbox-community/netbox/issues/7300) - Fix incorrect Device LLDP interface row coloring
* [#7495](https://github.com/netbox-community/netbox/issues/7495) - Fix navigation UI issue that caused improper element overlap
* [#7529](https://github.com/netbox-community/netbox/issues/7529) - Restore horizontal scrolling for tables in narrow viewports
* [#7534](https://github.com/netbox-community/netbox/issues/7534) - Avoid exception when utilizing "create and add another" twice in succession