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

Closes #6210: Include child locations on location view

This commit is contained in:
jeremystretch
2021-04-20 14:15:12 -04:00
parent 88ffc9b145
commit 4e405ce530
3 changed files with 30 additions and 15 deletions

View File

@@ -7,6 +7,7 @@
* [#6179](https://github.com/netbox-community/netbox/issues/6179) - Enable natural ordering for virtual machines
* [#6189](https://github.com/netbox-community/netbox/issues/6189) - Add ability to search for locations by name or description
* [#6190](https://github.com/netbox-community/netbox/issues/6190) - Allow filtering devices with no location assigned
* [#6210](https://github.com/netbox-community/netbox/issues/6210) - Include child locations on location view
### Bug Fixes