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

Closes #8530: Indicate CSV or YAML as format for "all data" export

This commit is contained in:
jeremystretch
2022-02-03 10:22:38 -05:00
parent ff3b48fa59
commit 24f48b11e6
3 changed files with 37 additions and 36 deletions

View File

@@ -13,6 +13,7 @@
* [#8476](https://github.com/netbox-community/netbox/issues/8476) - Bring the ASN Web UI up to the standard set by other objects
* [#8494](https://github.com/netbox-community/netbox/issues/8494) - Include locations count under tenant view
* [#8517](https://github.com/netbox-community/netbox/issues/8517) - Render boolean custom fields as icons in object tables
* [#8530](https://github.com/netbox-community/netbox/issues/8530) - Indicate CSV or YAML as format for "all data" export
### Bug Fixes