17195 Add color to PowerOutlet

This commit is contained in:
Arthur Hanson 2024-09-26 13:04:05 -07:00
parent 2f306348b8
commit 334872c8c4

View File

@ -1594,7 +1594,7 @@ class PowerOutletFilterSet(
class Meta:
model = PowerOutlet
fields = (
'id', 'name', 'label', 'feed_leg', 'description', 'mark_connected', 'cable_end',
'id', 'name', 'label', 'feed_leg', 'description', 'color', 'mark_connected', 'cable_end',
)