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

Closes #7208: Add navigation breadcrumbs for custom scripts & reports

This commit is contained in:
jeremystretch
2021-09-15 15:14:24 -04:00
parent e738ff2fa7
commit de58f53f9f
4 changed files with 42 additions and 33 deletions

View File

@@ -7,6 +7,7 @@
* [#6387](https://github.com/netbox-community/netbox/issues/6387) - Add xDSL interface type
* [#6988](https://github.com/netbox-community/netbox/issues/6988) - Order tenants alphabetically without regard to group assignment
* [#7032](https://github.com/netbox-community/netbox/issues/7032) - Add URM port types
* [#7208](https://github.com/netbox-community/netbox/issues/7208) - Add navigation breadcrumbs for custom scripts & reports
* [#7239](https://github.com/netbox-community/netbox/issues/7239) - Redirect global search to filtered object list when an object type is selected
### Bug Fixes