Fixes #3384: Maximum and allocated draw fields should be included on power port template creation form

This commit is contained in:
Jeremy Stretch
2019-08-02 09:56:02 -04:00
parent 025f77dcdc
commit ea9492d4bd
3 changed files with 12 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ v2.6.2 (FUTURE)
* [#3317](https://github.com/netbox-community/netbox/issues/3317) - Fix permissions for ConfigContextBulkDeleteView
* [#3323](https://github.com/netbox-community/netbox/issues/3323) - Fix permission evaluation for interface connections view
* [#3342](https://github.com/netbox-community/netbox/issues/3342) - Fix cluster delete button
* [#3384](https://github.com/netbox-community/netbox/issues/3384) - Maximum and allocated draw fields should be included on power port template creation form
* [#3385](https://github.com/netbox-community/netbox/issues/3385) - Fix power panels list when bulk editing power feeds
---