Fixes #2985: Fix pagination page length for rack elevations

This commit is contained in:
Jeremy Stretch
2019-03-11 12:51:03 -04:00
parent f4b85751bb
commit 7e70bfaacc
3 changed files with 11 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ v2.5.8 (FUTURE)
* [#2976](https://github.com/digitalocean/netbox/issues/2976) - Add delete button to tag view
* [#2980](https://github.com/digitalocean/netbox/issues/2980) - Improve rendering time for API docs
* [#2984](https://github.com/digitalocean/netbox/issues/2984) - Fix logging of unlabeled cable ID on cable deletion
* [#2985](https://github.com/digitalocean/netbox/issues/2985) - Fix pagination page length for rack elevations
---