Skip to content

Commit

Permalink
Additional field in data center asset export
Browse files Browse the repository at this point in the history
  • Loading branch information
awieckowski committed Feb 29, 2024
1 parent 3bbdbe6 commit a29283a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ralph/data_center/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ class DataCenterAssetAdmin(
'hostname', 'status', 'barcode', 'model', 'sn', 'invoice_date',
'invoice_no', 'rack', 'orientation', 'position', 'slot_no', 'price',
'provider', 'service_env', 'configuration_path', 'tags', 'start_usage',
'depreciation_end_date', 'depreciation_rate', 'order_no', 'remarks'
'depreciation_end_date', 'depreciation_rate', 'order_no', 'remarks',
'property_of'
]
bulk_edit_no_fillable = ['barcode', 'sn']
search_fields = [
Expand Down

0 comments on commit a29283a

Please sign in to comment.