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

Closes #4802: Allow changing page size when displaying only a single page of results

This commit is contained in:
Jeremy Stretch
2020-06-30 09:00:42 -04:00
parent c8461095c9
commit 268b4c854e
2 changed files with 18 additions and 14 deletions

View File

@ -2,6 +2,10 @@
## v2.8.7 (FUTURE)
### Enhancements
* [#4802](https://github.com/netbox-community/netbox/issues/4802) - Allow changing page size when displaying only a single page of results
### Bug Fixes
* [#4766](https://github.com/netbox-community/netbox/issues/4766) - Fix redirect after login when `next` is not specified