Fixes #3137: Add power_port and feed_leg fields to power outlet creation form

This commit is contained in:
Jeremy Stretch
2019-05-02 10:12:27 -04:00
parent ca5d1a3ffb
commit 161fb5b377
2 changed files with 17 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ v2.6.0 (FUTURE)
* [#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
* [#3137](https://github.com/digitalocean/netbox/issues/3137) - Add `power_port` and `feed_leg` fields to power outlet creation form
---