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

Closes #6540: Add a 'flat' column to the prefix table

This commit is contained in:
jeremystretch
2021-06-03 20:31:09 -04:00
parent 04c1619eb4
commit 5c263fac8d
2 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
* [#6487](https://github.com/netbox-community/netbox/issues/6487) - Add location filter to cable connection form
* [#6501](https://github.com/netbox-community/netbox/issues/6501) - Expose prefix depth and children on REST API serializer
* [#6527](https://github.com/netbox-community/netbox/issues/6527) - Support Markdown for report descriptions
* [#6540](https://github.com/netbox-community/netbox/issues/6540) - Add a "flat" column to the prefix table
### Bug Fixes