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

Close #2892: Extend admin UI to allow deleting old report results

This commit is contained in:
Jeremy Stretch
2019-12-31 16:11:47 -05:00
parent 0cf94cff16
commit 8c7b0cf670
3 changed files with 42 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Enhancements
* [#2892](https://github.com/netbox-community/netbox/issues/2892) - Extend admin UI to allow deleting old report results
* [#3062](https://github.com/netbox-community/netbox/issues/3062) - Add `assigned_to_interface` filter for IP addresses
* [#3461](https://github.com/netbox-community/netbox/issues/3461) - Fail gracefully on custom link rendering exception
* [#3705](https://github.com/netbox-community/netbox/issues/3705) - Provide request context when executing custom scripts