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

Fixes #7107: Fix missing search button and search results in IP Address assignment "Assign IP" tab

This commit is contained in:
thatmattlove
2021-09-01 00:11:48 -07:00
parent 14d87a3584
commit 691c66d2f5
2 changed files with 10 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
* [#7096](https://github.com/netbox-community/netbox/issues/7096) - Home links should honor `BASE_PATH` configuration
* [#7101](https://github.com/netbox-community/netbox/issues/7101) - Enforce `MAX_PAGE_SIZE` for table and REST API pagination
* [#7106](https://github.com/netbox-community/netbox/issues/7106) - Fix incorrect "Map It" button URL on a site's Physical Address field
* [#7107](https://github.com/netbox-community/netbox/issues/7107) - Fix missing search button and search results in IP Address assignment "Assign IP" tab
---