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

Fixes #4282: Fix label on export button for device types

This commit is contained in:
Jeremy Stretch
2020-02-26 16:49:39 -05:00
parent 5a00939512
commit 624566b04e
2 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
## Bug Fixes
* [#4277](https://github.com/netbox-community/netbox/issues/4277) - Fix filtering of clusters by tenant
* [#4282](https://github.com/netbox-community/netbox/issues/4282) - Fix label on export button for device types
* [#4285](https://github.com/netbox-community/netbox/issues/4285) - Include A/Z termination sites in provider circuits table
---