|
|
@@ -114,9 +114,9 @@ class RackTable(TenancyColumnsMixin, ContactsColumnMixin, NetBoxTable):
|
|
|
model = Rack
|
|
|
fields = (
|
|
|
'pk', 'id', 'name', 'site', 'location', 'status', 'facility_id', 'tenant', 'tenant_group', 'role', 'serial',
|
|
|
- 'asset_tag', 'type', 'u_height', 'width', 'outer_width', 'outer_depth', 'mounting_depth', 'weight',
|
|
|
- 'max_weight', 'comments', 'device_count', 'get_utilization', 'get_power_utilization', 'description',
|
|
|
- 'contacts', 'tags', 'created', 'last_updated',
|
|
|
+ 'asset_tag', 'type', 'u_height', 'starting_unit', 'width', 'outer_width', 'outer_depth', 'mounting_depth',
|
|
|
+ 'weight', 'max_weight', 'comments', 'device_count', 'get_utilization', 'get_power_utilization',
|
|
|
+ 'description', 'contacts', 'tags', 'created', 'last_updated',
|
|
|
)
|
|
|
default_columns = (
|
|
|
'pk', 'name', 'site', 'location', 'status', 'facility_id', 'tenant', 'role', 'u_height', 'device_count',
|