Fixes #3275: Fix error when adding power outlets to a device type

This commit is contained in:
Jeremy Stretch
2019-06-21 16:24:12 -04:00
parent 86d5b48007
commit c067549f21
3 changed files with 24 additions and 11 deletions

View File

@@ -433,7 +433,7 @@ class PowerOutletTemplateTable(BaseTable):
class Meta(BaseTable.Meta):
model = PowerOutletTemplate
fields = ('pk', 'name')
fields = ('pk', 'name', 'power_port', 'feed_leg')
empty_text = "None"