Fixes #3474: Fix device status page loading when NAPALM call fails

This commit is contained in:
Jeremy Stretch
2019-10-09 15:44:32 -04:00
parent 6cdeb0ed95
commit c770b13903
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ v2.6.6 (FUTURE)
## Bug Fixes
* [#3463](https://github.com/netbox-community/netbox/issues/3463) - Correct CSV headers for exported power feeds
* [#3474](https://github.com/netbox-community/netbox/issues/3474) - Fix device status page loading when NAPALM call fails
* [#3571](https://github.com/netbox-community/netbox/issues/3571) - Prevent erroneous redirects when editing tags
* [#3573](https://github.com/netbox-community/netbox/issues/3573) - Ensure consistent display of changelog retention period
* [#3574](https://github.com/netbox-community/netbox/issues/3574) - Change `device` to `parent` in interface editing VLAN filtering logic