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

Closes #6441: Improve UI paginator to optimize page object count

This commit is contained in:
jeremystretch
2021-05-20 12:00:31 -04:00
parent a39522a25e
commit 22927bfc76
2 changed files with 11 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* [#6393](https://github.com/netbox-community/netbox/issues/6393) - Add `description` filter for IP addresses
* [#6400](https://github.com/netbox-community/netbox/issues/6400) - Add cyan color choice for plugin buttons
* [#6441](https://github.com/netbox-community/netbox/issues/6441) - Improve UI paginator to optimize page object count
### Bug Fixes