Fixes #3136: Add power draw fields to power port creation form

This commit is contained in:
Jeremy Stretch
2019-05-02 10:02:02 -04:00
parent 250f310a98
commit d4db04c649
2 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ v2.6.0 (FUTURE)
* [#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
* [#3130](https://github.com/digitalocean/netbox/issues/3130) - Fix exception when creating a new power outlet
* [#3136](https://github.com/digitalocean/netbox/issues/3136) - Add power draw fields to power port creation form
---