mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 12:38:17 -06:00
trim undue EOL spaces
This commit is contained in:
parent
2bcb2bb854
commit
f7cccd9154
@ -230,7 +230,7 @@ class ObjectChangeTable(BaseTable):
|
||||
)
|
||||
|
||||
class Meta(BaseTable.Meta):
|
||||
model = ObjectChange
|
||||
model = ObjectChange
|
||||
fields = ('id', 'time', 'user', 'action', 'changed_object_type', 'object_repr', 'request_id')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user