Fixes #3126: Incorrect calculation of PowerFeed available power

This commit is contained in:
Jeremy Stretch
2019-04-30 12:38:06 -04:00
parent 183721d067
commit 566dbad2fa
2 changed files with 5 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ v2.6.0 (FUTURE)
* [#3123](https://github.com/digitalocean/netbox/issues/3123) - Exempt `/metrics` view from authentication
* [#3125](https://github.com/digitalocean/netbox/issues/3125) - Fix exception when viewing PDUs
* [#3126](https://github.com/digitalocean/netbox/issues/3126) - Incorrect calculation of PowerFeed available power
---