1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Rename power_factor to max_utilization

This commit is contained in:
Jeremy Stretch
2019-06-17 14:52:11 -04:00
parent d25dd52ec9
commit d529ebc172
7 changed files with 13 additions and 13 deletions

View File

@@ -685,5 +685,5 @@ class PowerFeedSerializer(TaggitSerializer, CustomFieldModelSerializer):
model = PowerFeed
fields = [
'id', 'power_panel', 'rack', 'name', 'status', 'type', 'supply', 'phase', 'voltage', 'amperage',
'power_factor', 'comments', 'tags', 'custom_fields', 'created', 'last_updated',
'max_utilization', 'comments', 'tags', 'custom_fields', 'created', 'last_updated',
]